← Index

Bitbucket MCP

io.github.FabianSchurig/bitbucket-mcp·v0.15.6·Git & Code Hosting
Quality Score
85
/100

Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "bitbucket-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/fabianschurig/bitbucket-mcp:0.15.6"
      ],
      "env": {
        "BITBUCKET_USERNAME": "<bitbucket_username>",
        "BITBUCKET_TOKEN": "<your-bitbucket_token>"
      }
    }
  }
}
§02  Environment variables
BITBUCKET_USERNAME

Your Bitbucket username/ email (required for Basic auth, omit for workspace/repo access tokens)

BITBUCKET_TOKEN
requiredsecret

Your Bitbucket API token or OAuth2 access token

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Git & Code Hosting