mcpbeat Sign in

Atlassian Dc MCP Bitbucket MCP Server

local only

Atlassian Dc MCP Bitbucket runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 483 · avg 47 · +227% w/w
a month agotoday
72
Installs / week
npm · bitbucket-datacenter-mcp
3
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    this.deps.execFileSync(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add atlassian-dc-mcp-bitbucket -- npx -y bitbucket-datacenter-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atlassian-dc-mcp-bitbucket": {
      "args": [
        "-y",
        "bitbucket-datacenter-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.atlassian-dc-mcp-bitbucket]
command = "npx"
args = ["-y", "bitbucket-datacenter-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "atlassian-dc-mcp-bitbucket": {
      "args": [
        "-y",
        "bitbucket-datacenter-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "atlassian-dc-mcp-bitbucket": {
      "args": [
        "-y",
        "bitbucket-datacenter-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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 (Bitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Atlassian Dc MCP Bitbucket

same job, measured the same way
Atlassian Dc MCP Bitbucket
by b1ff

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

1 636 installs/wk local only
Atlassian Dc MCP Jira
by mrrefactoring

MCP server for Atlassian Jira Data Center - search, view, and create issues

70 installs/wk local only
Atlassian Dc MCP Confluence
by mrrefactoring

MCP server for Atlassian Confluence Data Center - access and manage content

69 installs/wk local only
Bitbucket MCP Server
by lawp09

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

447 installs/wk local only
Yuque MCP
by wwwwujl

Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.

37 installs/wk local only
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only
MCP Abap Adt
by fr0ster

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

615 installs/wk local only
Gk CLI
by gitkraken

The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.

12 113 installs/wk local only

Atlassian Dc MCP Bitbucket — questions

Answers built from our own checks of this server.

Why is there no uptime for Atlassian Dc MCP Bitbucket?
Atlassian Dc MCP Bitbucket runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bitbucket-datacenter-mcp was installed 72 times last week.
How do I connect Atlassian Dc MCP Bitbucket?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bitbucket-datacenter-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Atlassian Dc MCP Bitbucket?
The npm package bitbucket-datacenter-mcp was installed 72 times in the last week. Week over week that is +227%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Atlassian Dc MCP Bitbucket open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.