Bitbucket
Freeby MCP Community
MCP server for Bitbucket Cloud REST API — works with any MCP client
v1.2.0Added Apr 12, 2026
mcpbitbucketmodel-context-protocolbitbucket-cloudatlassian
Bitbucket MCP Server
MCP server for Bitbucket Cloud REST API — works with any MCP client
Installation
npx -y @or2ooo/bitbucket-mcp
Reviews
Installation
Quick install
npx -y @or2ooo/bitbucket-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@or2ooo/bitbucket-mcp"]
}
}
}