Atlassian Dc MCP Bitbucket runs on your own machine — the client starts it, so there is no endpoint to ping. 1 636 installs a week from npm. Last commit 3 Sep 2026.
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
We read the source, 22 h ago · rules 3dff92dd89df
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.nodemonProcess = spawn(command, [
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add atlassian-dc-mcp-bitbucket -- npx -y @atlassian-dc-mcp/bitbucket
{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"command": "npx"
}
}
}
[mcp_servers.atlassian-dc-mcp-bitbucket]
command = "npx"
args = ["-y", "@atlassian-dc-mcp/bitbucket"]
{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"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.
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
MCP server for Atlassian Jira Data Center - search, view, and create issues
MCP server for Atlassian Confluence Data Center - access and manage content
MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more
Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.
MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.
MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP
The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
Answers built from our own checks of this server.