Loading MCP server directory, please wait...
Provider-agnostic, AI-review-first MCP server for Bitbucket Cloud.
npx @getmcp/cli add io.github.droplinkperformance/bitbucket-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
BITBUCKET_ACCESS_TOKENBitbucket API token (ATATT), app password, or OAuth access token
BITBUCKET_EMAILAtlassian account email (required with API tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.droplinkperformance/bitbucket-mcp-server": {
"command": "npx",
"args": [
"-y",
"@droplinkperformance/bitbucket-mcp-server"
],
"env": {
"BITBUCKET_ACCESS_TOKEN": "",
"BITBUCKET_EMAIL": "",
"BITBUCKET_DEFAULT_WORKSPACE": "",
"LLM_PROVIDER": "",
"OPENAI_API_KEY": ""
}
}
}
}