Loading MCP server directory, please wait...
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
npx @getmcp/cli add io.github.b1ff/atlassian-dc-mcp-bitbucketRequires Node.js 18+. Community-contributed server. Review source before installing.
BITBUCKET_API_TOKENBitbucket Personal Access Token or API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.b1ff/atlassian-dc-mcp-bitbucket": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"env": {
"BITBUCKET_HOST": "",
"BITBUCKET_API_BASE_PATH": "",
"BITBUCKET_API_TOKEN": ""
}
}
}
}