Skip to content

Bitbucket

Free

by MCP Community

MCP server for Bitbucket Cloud REST API — works with any MCP client

v1.2.0Added Apr 12, 2026
mcpbitbucketmodel-context-protocolbitbucket-cloudatlassian
Works with:ClaudeGPTGeminiCopilot

Bitbucket MCP Server

MCP server for Bitbucket Cloud REST API — works with any MCP client

Installation

npx -y @or2ooo/bitbucket-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @or2ooo/bitbucket-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "bitbucket": {
      "command": "npx",
      "args": ["-y", "@or2ooo/bitbucket-mcp"]
    }
  }
}