Host Mcp Bitbucket
Freeby MCP Community
Local MCP server for Bitbucket — provides AI assistants with access to Bitbucket repositories, pull requests, comments, diffs, and tasks via REST API
v0.4.0Added Apr 12, 2026
mcpbitbucketpull-requestcode-reviewmodel-context-protocol
Host Mcp Bitbucket MCP Server
Local MCP server for Bitbucket — provides AI assistants with access to Bitbucket repositories, pull requests, comments, diffs, and tasks via REST API
Installation
npx -y @mister-good-deal/host-mcp-bitbucket
Reviews
Installation
Quick install
npx -y @mister-good-deal/host-mcp-bitbucket
Add to claude_desktop_config.json
{
"mcpServers": {
"host-mcp-bitbucket": {
"command": "npx",
"args": ["-y", "@mister-good-deal/host-mcp-bitbucket"]
}
}
}