Bitbucket MCP (MatanYemini)
CodeMCP server for Bitbucket Cloud and Server — AI assistants can interact with repos, PRs, and branches.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"bitbucket-mcp-matan": {
"command": "npx",
"args": [
"-y",
"bitbucket-mcp"
]
}
}
}