Atlassian Bitbucket Server MCP
CodeMCP server for self-hosted Atlassian Bitbucket Server instances with repository and PR management.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"atlassian-bitbucket-server-mcp": {
"command": "npx",
"args": [
"-y",
"@eguenichon/atlassian-bitbucket-server-mcp"
]
}
}
}