Bitbucket code hosting — manage repositories, pull requests, branches, and pipelines
BITBUCKET_USERNAMEBITBUCKET_APP_PASSWORDnpx @getmcp/cli add bitbucketConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": [
"-y",
"mcp-bitbucket"
],
"env": {
"BITBUCKET_USERNAME": "",
"BITBUCKET_APP_PASSWORD": ""
}
}
}
}