Bitbucket MCP

Low-maintenance Bitbucket Cloud tooling built from the live OpenAPI spec: a CLI for software engineers, an MCP server for AI agents, and a Terraform provider for DevSecOps teams.

People who need cloud infrastructure tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 6 · #110 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

AGPL-3.0 · Go servers · how we verify → /methodology

01 · Install Bitbucket MCP

before you install - you'll need

TAG_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Docker

docker run -i --rm ghcr.io/fabianschurig/bitbucket-mcp:0.20.2

Claude Desktop - add to config

{
  "mcpServers": {
    "fabianschurig-bitbucket-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license AGPL-3.0 - declared in the repository

registry namespace io.github.FabianSchurig is GitHub-verified and matches the repo owner

03 · What Bitbucket MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.20.2 · 2026-08-21

Add SBOM and CVE scan results to release.

v0.20.1 · 2026-08-21

v0.20.0 · 2026-08-21

bump SonarSource/sonarqube-scan-action from 8.2.0 to 8.2.1 · bump docker/setup-qemu-action from 4.1.0 to 4.2.0 · bump actions/checkout from 7.0.0 to 7.0.1 · bump docker/metadata-action from 6.1.0 to 6.2.0 · Harden…

04 · Who maintains Bitbucket MCP

Bitbucket MCP is maintained by fabianschurig. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
cloud infrastructure - ranked #110 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.FabianSchurig/bitbucket-mcp (active, first published 2026-04-06 · 16 versions)
packages
oci:ghcr.io/fabianschurig/bitbucket-mcp:0.20.2

06 · Bitbucket MCP FAQ

What is Bitbucket MCP?

Low-maintenance Bitbucket Cloud tooling built from the live OpenAPI spec: a CLI for software engineers, an MCP server for AI agents, and a Terraform provider for DevSecOps teams.

Is Bitbucket MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Bitbucket MCP?

Run `docker run -i --rm ghcr.io/fabianschurig/bitbucket-mcp:0.20.2`. The README documents one environment variable (TAG_URL) to set first. You can also paste the ready-made client config above.

07 · Alternatives to Bitbucket MCP