Bitbucket
Freeby MCP Community
Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
v1.0.2Added Apr 12, 2026
mcpbitbucketmodel-context-protocolai
Bitbucket MCP Server
Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Installation
npx -y @devpuccino/mcp-bitbucket
Reviews
Installation
Quick install
npx -y @devpuccino/mcp-bitbucket
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@devpuccino/mcp-bitbucket"]
}
}
}