Bitbucket
Freeby MCP Community
MCP server for Bitbucket API integration - supports both Cloud and Server
v2.0.3Added Apr 12, 2026
mcpbitbucketapimodel-context-protocolbitbucket-server
Bitbucket MCP Server
MCP server for Bitbucket API integration - supports both Cloud and Server
Installation
Reviews
Installation
Quick install
npx -y @nexus2520/bitbucket-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@nexus2520/bitbucket-mcp-server"]
}
}
}