Odel
atlassian dc mcp

atlassian dc mcp

Local
@b1ff94TypeScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@atlassian-dc-mcp/bitbucketv0.34.0

Run

npx -y @atlassian-dc-mcp/bitbucket

MCP client config

{
  "mcpServers": {
    "atlassian-dc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/bitbucket"
      ]
    }
  }
}