← Back to directory
A

Atlassian Dc MCP Bitbucket

Community
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code.
GitHub source repository ↗
★ 91 Stars Category · Dev Tools Popular Source revision 26aa4bef5e77
50FMRS · D
Reliability
6/20
Security and permissions
13/20
Maintenance
7/20
Documentation
10/20
Setup experience
14/20

A community-developed Bitbucket Data Center MCP server offering repository interaction, but not an official product.

Read the FMRS scoring method →

This is a community-maintained MCP server for Atlassian Bitbucket Data Center, providing tools to interact with repositories and code. Note: This project is not affiliated with, endorsed by, or supported by Atlassian.

Tools

The tool list has not been reviewed yet.

Setup

Run npx @atlassian-dc-mcp/bitbucket setup for interactive setup, or configure environment variables directly. Add the server to Claude Desktop or Claude Code using the npx command and BITBUCKET_HOST and BITBUCKET_API_TOKEN environment variables.

claude_desktop_config.json
{
  "mcpServers": {
    "atlassian-bitbucket-dc": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/bitbucket"
      ],
      "env": {
        "BITBUCKET_HOST": "your-bitbucket-host",
        "BITBUCKET_API_TOKEN": "your-token"
      }
    }
  }
}

Fit and risk

Best for

  • Developers using Atlassian Bitbucket Data Center
  • Teams that want to integrate repository management into MCP environments

Not for

  • Users of Atlassian Cloud (server is only for Data Center)
  • Scenarios requiring official Atlassian support for Bitbucket

Required permissions

  • Read and write access to Bitbucket repositories
  • Requires a Bitbucket API token

Risks and side effects

  • Token may be exposed; store securely
  • Not officially supported by Atlassian; may lack stability

Troubleshooting

  1. Ensure BITBUCKET_HOST or BITBUCKET_API_BASE_PATH is set
  2. Verify BITBUCKET_API_TOKEN is valid and not expired
  3. Check logs or run setup to revalidate credentials

Use cases

Let AI assistants directly access and operate on Bitbucket repositories and code.
Automate code review, branch management, and commit information extraction.

Supported clients

Claude DesktopFull support
Claude CodeFull support