Odel
Bitbucket MCP

Bitbucket MCP

Local
@fabianschurig6GoAGPL-3.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/fabianschurig/bitbucket-mcp:0.20.2

Run

docker run -i --rm ghcr.io/fabianschurig/bitbucket-mcp:0.20.2

MCP client config

{
  "mcpServers": {
    "bitbucket-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
      ]
    }
  }
}