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