Odel
bitbucket mcp server

bitbucket mcp server

Local
@droplinkperformanceTypeScriptMITUpdated 1w ago

Provider-agnostic, AI-review-first MCP server for Bitbucket Cloud.

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).

npm@droplinkperformance/bitbucket-mcp-serverv1.2.0

Run

npx -y @droplinkperformance/bitbucket-mcp-server

MCP client config

{
  "mcpServers": {
    "bitbucket-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@droplinkperformance/bitbucket-mcp-server"
      ]
    }
  }
}