Bitbucket
Freeby MCP Community
Model Context Protocol (MCP) server for Bitbucket Cloud and Server API - provides tools for repository info, pull requests, branches, commits, and file operatio
v1.0.3Added Apr 12, 2026
mcpmodel-context-protocolbitbucketbitbucket-cloudbitbucket-server
Bitbucket MCP Server
Model Context Protocol (MCP) server for Bitbucket Cloud and Server API - provides tools for repository info, pull requests, branches, commits, and file operatio
Installation
npx -y @yogeshrathod/bitbucket-mcp
Reviews
Installation
Quick install
npx -y @yogeshrathod/bitbucket-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@yogeshrathod/bitbucket-mcp"]
}
}
}