MCP Server for Bitbucket Server/Data Center — PR management, repositories, code review
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bitbucket-server-mcp": {
"command": "npx",
"args": [
"-y",
"TarasKhust/bitbucket-server-mcp"
]
}
}
}
Run in terminal:
claude mcp add bitbucket-server-mcp npx -y TarasKhust/bitbucket-server-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bitbucket-server-mcp": {
"command": "npx",
"args": [
"-y",
"TarasKhust/bitbucket-server-mcp"
]
}
}
}