Skip to content
Cursor

Bitbucket MCP Server for Cursor

io.github.lawp09/bitbucket-mcp

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

client:Cursor transport:stdio runtime:pypi

Install Bitbucket MCP Server in Cursor

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

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

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

Bitbucket MCP Server in other clients