Skip to content
Cursor

bitbucket for Cursor

com.mcparmory/bitbucket

Manage repositories, branches, webhooks, and pull requests in Bitbucket workspaces

client:Cursor transport:stdio runtime:pypi

Install bitbucket in Cursor

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

{
  "mcpServers": {
    "bitbucket": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-bitbucket"
      ]
    }
  }
}

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

bitbucket in other clients