Skip to content

Bitbucket

Free

by MCP Community

Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

v1.0.2Added Apr 12, 2026
mcpbitbucketmodel-context-protocolai
Works with:ClaudeGPTGeminiCopilot

Bitbucket MCP Server

Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

Installation

npx -y @devpuccino/mcp-bitbucket

Reviews

Leave a Review

Installation

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