Bitbucket MCP
Rank #3,650io.github.FabianSchurig/bitbucket-mcp
Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.
Bitbucket MCP is a Model Context Protocol (MCP) server published by fabianschurig. It ranks #3,650 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Bitbucket MCP is listed across 2 registries — Official MCP and PulseMCP, with 16 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 128,396 of 132,046 servers on MCP Toplist.
Use Bitbucket MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bitbucket-mcp -e "BITBUCKET_USERNAME=<your BITBUCKET_USERNAME>" -e "BITBUCKET_TOKEN=<your BITBUCKET_TOKEN>" -- docker run -i --rm ghcr.io/fabianschurig/bitbucket-mcp:0.20.2Replace each placeholder with your own value before saving.
[mcp_servers.bitbucket-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"]
[mcp_servers.bitbucket-mcp.env]
BITBUCKET_USERNAME = "<your BITBUCKET_USERNAME>"
BITBUCKET_TOKEN = "<your BITBUCKET_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
],
"env": {
"BITBUCKET_USERNAME": "<your BITBUCKET_USERNAME>",
"BITBUCKET_TOKEN": "<your BITBUCKET_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
],
"env": {
"BITBUCKET_USERNAME": "<your BITBUCKET_USERNAME>",
"BITBUCKET_TOKEN": "<your BITBUCKET_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bitbucket-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
],
"env": {
"BITBUCKET_USERNAME": "<your BITBUCKET_USERNAME>",
"BITBUCKET_TOKEN": "<your BITBUCKET_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
],
"env": {
"BITBUCKET_USERNAME": "<your BITBUCKET_USERNAME>",
"BITBUCKET_TOKEN": "<your BITBUCKET_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
],
"env": {
"BITBUCKET_USERNAME": "<your BITBUCKET_USERNAME>",
"BITBUCKET_TOKEN": "<your BITBUCKET_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.FabianSchurig%2Fbitbucket-mcp)<a href="https://mcptoplist.com/server/io.github.FabianSchurig%2Fbitbucket-mcp"><img src="https://mcptoplist.com/badge/io.github.FabianSchurig%2Fbitbucket-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
fabianschurig
Available versions (16)
| Version | Published |
|---|---|
| 0.20.2 | Aug 21, 2026 |
| 0.20.1 | Aug 21, 2026 |
| 0.19.0 | Aug 20, 2026 |
| 0.18.5 | Jul 12, 2026 |
| 0.18.1 | Jul 7, 2026 |
| 0.18.0 | Jul 7, 2026 |
| 0.17.4 | Jul 7, 2026 |
| 0.17.0 | Jun 16, 2026 |
| 0.16.2 | May 26, 2026 |
| 0.16.0 | May 23, 2026 |
| 0.15.6 | Apr 30, 2026 |
| 0.15.5 | Apr 29, 2026 |
| 0.15.4 | Apr 28, 2026 |
| 0.15.3 | Apr 28, 2026 |
| 0.15.2 | Apr 27, 2026 |
| 0.13.5 | Apr 6, 2026 |
Frequently asked questions
- Who maintains Bitbucket MCP?
- Bitbucket MCP is maintained by fabianschurig, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is Bitbucket MCP listed on the Official MCP Registry?
- Yes — Bitbucket MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Bitbucket MCP have?
- MCP Toplist tracks 16 versions of Bitbucket MCP, most recently published on Aug 21, 2026.
- Where can I find the source code for Bitbucket MCP?
- The source code for Bitbucket MCP is hosted at github.com/fabianschurig/bitbucket-cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.