← Index

io.github.b1ff/atlassian-dc-mcp-bitbucket

io.github.b1ff/atlassian-dc-mcp-bitbucket·v0.19.0·Git & Code Hosting
Quality Score
80
/100

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "atlassian-dc-mcp-bitbucket": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/bitbucket"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<atlassian_dc_mcp_config_file>",
        "BITBUCKET_HOST": "<bitbucket_host>",
        "BITBUCKET_API_BASE_PATH": "<bitbucket_api_base_path>",
        "BITBUCKET_API_TOKEN": "<your-bitbucket_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "atlassian-dc-mcp-bitbucket": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/bitbucket"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<atlassian_dc_mcp_config_file>",
        "BITBUCKET_HOST": "<bitbucket_host>",
        "BITBUCKET_API_BASE_PATH": "<bitbucket_api_base_path>",
        "BITBUCKET_API_TOKEN": "<your-bitbucket_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @atlassian-dc-mcp/bitbucket
§02  Environment variables
ATLASSIAN_DC_MCP_CONFIG_FILE

Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.

BITBUCKET_HOST

Bitbucket host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_API_BASE_PATH.

BITBUCKET_API_BASE_PATH

Bitbucket API base path (alternative to BITBUCKET_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_HOST.

BITBUCKET_API_TOKEN
secret

Bitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Git & Code Hosting