Bitbucket
Freeby MCP Community
Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration
v5.0.6Added Apr 12, 2026
bitbucketbitbucket-cloudbitbucket-servermcpmodel-context-protocol
Bitbucket MCP Server
Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration
Installation
Reviews
Installation
Quick install
npx -y bitbucket-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "bitbucket-mcp"]
}
}
}