Skip to content

Bitbucket

Free

by MCP Community

MCP server for Bitbucket tools and integration

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

Bitbucket MCP Server

MCP server for Bitbucket tools and integration

Installation

npx -y bitbucket-mcp-server

Reviews

Leave a Review

Installation

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