
Atlassian Dc Mcp Bitbucket
Wire Bitbucket Data Center into Claude Code or Cursor so your agent can work with repositories and code on your self-hosted instance.
Overview
Atlassian DC MCP Bitbucket is an MCP server for the Build phase that lets coding agents interact with Bitbucket Data Center repositories and code through a stdio npm integration.
What is this MCP server?
- stdio MCP server published as @atlassian-dc-mcp/bitbucket on npm (v0.9.9)
- Targets Atlassian Bitbucket Data Center for repository and code interaction
- Requires BITBUCKET_API_TOKEN plus BITBUCKET_HOST or BITBUCKET_API_BASE_PATH
- Fits agent workflows in Claude Code, Cursor, and other MCP clients
- Open-source package from github.com/b1ff/atlassian-dc-mcp
- Server schema version 0.9.9
- 1 npm package: @atlassian-dc-mcp/bitbucket
- stdio transport
What problem does it solve?
Coding agents cannot safely read or act on your Bitbucket Data Center repos without a registered integration and API credentials on your instance.
Who is it for?
Solo or small-team builders on self-hosted Bitbucket Data Center who use Claude Code, Cursor, or Codex and want repo-aware agent sessions.
Skip if: Teams on Bitbucket Cloud only, builders without MCP support in their toolchain, or anyone unwilling to create and rotate a Data Center API token.
What do I get? / Deliverables
After you add the MCP server and PAT to your client, your agent can call Bitbucket DC tools against your configured host without manual copy-paste from the web UI.
- MCP-registered stdio connection to your Bitbucket Data Center instance
- Agent-callable tools for repository and code interaction per server capabilities
- Repeatable agent workflows that use DC credentials from environment variables
Recommended MCP Servers
Journey fit
Repository and code access sits in the Build phase when solo builders and small teams connect source control to day-to-day implementation and agent-assisted coding. This is an MCP bridge to Bitbucket DC APIs, which matches the integrations subphase rather than a standalone frontend or backend artifact.
How it compares
MCP integration to Bitbucket Data Center APIs, not an in-repo agent skill or a replacement for the Bitbucket web UI.
Common Questions / FAQ
Who is atlassian-dc-mcp-bitbucket for?
It is for developers and indie teams on Bitbucket Data Center who want their AI coding agent to access repositories and code through the Model Context Protocol.
When should I use atlassian-dc-mcp-bitbucket?
Use it during Build when you need in-chat repo lookups, code context, or other Bitbucket DC operations without leaving your MCP-enabled editor or CLI agent.
How do I add atlassian-dc-mcp-bitbucket to my agent?
Install @atlassian-dc-mcp/bitbucket from npm, set BITBUCKET_API_TOKEN and BITBUCKET_HOST or BITBUCKET_API_BASE_PATH, then register the stdio server in your MCP client configuration.