Loading MCP server directory, please wait...
Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.
npx @getmcp/cli add io.github.FabianSchurig/bitbucket-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
BITBUCKET_TOKENYour Bitbucket API token or OAuth2 access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.FabianSchurig/bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BITBUCKET_USERNAME",
"-e",
"BITBUCKET_TOKEN",
"ghcr.io/fabianschurig/bitbucket-mcp:0.13.5"
],
"env": {
"BITBUCKET_USERNAME": "",
"BITBUCKET_TOKEN": ""
}
}
}
}