Skip to content
Cursor

Bitbucket MCP for Cursor

io.github.fabianschurig/bitbucket-mcp

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

client:Cursor transport:stdio runtime:oci

Install Bitbucket MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bitbucket-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
      ],
      "env": {
        "BITBUCKET_USERNAME": "<BITBUCKET_USERNAME>",
        "BITBUCKET_TOKEN": "<BITBUCKET_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bitbucket MCP in other clients