Bitbucket Server
Freeby MCP Community
MCP server for Bitbucket Server / Data Center with code review, cross-repo PRs, and CI insights
v0.1.6Added Apr 12, 2026
mcpmodel-context-protocolbitbucketbitbucket-serverbitbucket-data-center
Bitbucket Server MCP Server
MCP server for Bitbucket Server / Data Center with code review, cross-repo PRs, and CI insights
Installation
npx -y @pavel-kalmykov/bitbucket-server-mcp
Reviews
Installation
Quick install
npx -y @pavel-kalmykov/bitbucket-server-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket-server": {
"command": "npx",
"args": ["-y", "@pavel-kalmykov/bitbucket-server-mcp"]
}
}
}