Bitbucket Server MCP
CodeMCP server for self-hosted Bitbucket Server — PR discovery, branch management, and commit history for AI agents.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"bitbucket-server-mcp": {
"command": "npx",
"args": [
"-y",
"bitbucket-server"
]
}
}
}