Best for
- Developers using Atlassian Bitbucket Data Center
- Teams that want to integrate repository management into MCP environments
A community-developed Bitbucket Data Center MCP server offering repository interaction, but not an official product.
This is a community-maintained MCP server for Atlassian Bitbucket Data Center, providing tools to interact with repositories and code. Note: This project is not affiliated with, endorsed by, or supported by Atlassian.
Run npx @atlassian-dc-mcp/bitbucket setup for interactive setup, or configure environment variables directly. Add the server to Claude Desktop or Claude Code using the npx command and BITBUCKET_HOST and BITBUCKET_API_TOKEN environment variables.
{
"mcpServers": {
"atlassian-bitbucket-dc": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"env": {
"BITBUCKET_HOST": "your-bitbucket-host",
"BITBUCKET_API_TOKEN": "your-token"
}
}
}
}