Bitbucket
Freeby MCP Community
MCP server for Bitbucket tools and integration
v1.2.0Added Apr 12, 2026
mcpbitbucketmodel-context-protocol
Bitbucket MCP Server
MCP server for Bitbucket tools and integration
Installation
npx -y bitbucket-mcp-server
Reviews
Installation
Quick install
npx -y bitbucket-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "bitbucket-mcp-server"]
}
}
}