Atlassian Dc MCP Bitbucket runs on your own machine — the client starts it, so there is no endpoint to ping. 3 755 installs a week from npm. Last commit 26 Jul 2026.
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
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"
}
}
}
Answers built from our own checks of this server.