Bitbucket
Freeby MCP Community
MCP server for Bitbucket — manage pull requests, branches, and repositories from any MCP client
v2.0.0Added Apr 12, 2026
mcpbitbucketpull-requestaiclaude
Bitbucket MCP Server
MCP server for Bitbucket — manage pull requests, branches, and repositories from any MCP client
Installation
npx -y @inconcept-labs/bitbucket-mcp
Reviews
Installation
Quick install
npx -y @inconcept-labs/bitbucket-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@inconcept-labs/bitbucket-mcp"]
}
}
}