mcp-server-atlassian-bitbucket
Connects AI systems to Atlassian Bitbucket for enhanced interaction with repositories, pull requests, and code.
This MCP server enables AI assistants like Claude and Cursor to interact seamlessly with your Bitbucket repositories. Users can ask questions about their code, gain insights into pull requests, search their codebase, and manage workflows using natural language. It transforms the development experience by automating code reviews and providing instant access to project status and activity. With features such as comparing code changes, creating pull requests, and adding comments to PRs, this server is designed for developers, team leads, and DevOps engineers. It simplifies repository management and enhances collaboration, making it easier for teams to leverage AI in their version control workflows.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-atlassian-bitbucket": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-atlassian-bitbucket"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions