Bitbucket MCP (aashari)
CodeNode.js/TypeScript MCP server for Atlassian Bitbucket — workspaces, repositories, and pull requests for AI systems.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"bitbucket-mcp-aashari": {
"command": "npx",
"args": [
"-y",
"@aashari/mcp-server-atlassian-bitbucket"
]
}
}
}