Bitbucket
Freeby MCP Community
This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Bitbucket Data Center edition.
v0.15.0Added Apr 12, 2026
Bitbucket MCP Server
This package provides a Machine Comprehension Protocol (MCP) server for interacting with Atlassian Bitbucket Data Center edition.
Installation
Reviews
Installation
Quick install
npx -y @atlassian-dc-mcp/bitbucket
Add to claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["-y", "@atlassian-dc-mcp/bitbucket"]
}
}
}