Home › Other › atlassian-dc-mcp

atlassian-dc-mcp

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

TypeScript
★ 100 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.35.0)

npx -y @atlassian-dc-mcp/bitbucket@0.35.0

Or add to your MCP client config:

{
  "mcpServers": {
    "atlassian-dc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/bitbucket@0.35.0"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_VALUE>",
        "BITBUCKET_HOST": "<YOUR_VALUE>",
        "BITBUCKET_API_BASE_PATH": "<YOUR_VALUE>",
        "BITBUCKET_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

This repository has 3 servers listed in the Official MCP Registry.

Other names: io.github.b1ff/atlassian-dc-mcp-confluence, io.github.b1ff/atlassian-dc-mcp-jira

Related servers

Data from the Official MCP Registry