Bitbucket MCP
About
Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BITBUCKET_USERNAME BITBUCKET_TOKENClaude Code
claude mcp add --env BITBUCKET_USERNAME= --env BITBUCKET_TOKEN= bitbucket-mcp -- docker ghcr.io/fabianschurig/bitbucket-mcp:0.18.5
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"bitbucket-mcp","command":"docker","args":["ghcr.io/fabianschurig/bitbucket-mcp:0.18.5"],"env":{"BITBUCKET_USERNAME":"","BITBUCKET_TOKEN":""}}'
JSON
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"ghcr.io/fabianschurig/bitbucket-mcp:0.18.5"
],
"env": {
"BITBUCKET_USERNAME": "",
"BITBUCKET_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.