io.github.b1ff/atlassian-dc-mcp-bitbucket MCP Server
io.github.b1ff/atlassian-dc-mcp-bitbucket
What is the io.github.b1ff/atlassian-dc-mcp-bitbucket MCP server?
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
How to install io.github.b1ff/atlassian-dc-mcp-bitbucket
Copy-paste configuration for popular MCP clients.
ATLASSIAN_DC_MCP_CONFIG_FILEAbsolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.
BITBUCKET_HOSTBitbucket host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_API_BASE_PATH.
BITBUCKET_API_BASE_PATHBitbucket API base path (alternative to BITBUCKET_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_HOST.
BITBUCKET_API_TOKENsecretBitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.
{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
"BITBUCKET_HOST": "<YOUR_BITBUCKET_HOST>",
"BITBUCKET_API_BASE_PATH": "<YOUR_BITBUCKET_API_BASE_PATH>",
"BITBUCKET_API_TOKEN": "<YOUR_BITBUCKET_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
"BITBUCKET_HOST": "<YOUR_BITBUCKET_HOST>",
"BITBUCKET_API_BASE_PATH": "<YOUR_BITBUCKET_API_BASE_PATH>",
"BITBUCKET_API_TOKEN": "<YOUR_BITBUCKET_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
"BITBUCKET_HOST": "<YOUR_BITBUCKET_HOST>",
"BITBUCKET_API_BASE_PATH": "<YOUR_BITBUCKET_API_BASE_PATH>",
"BITBUCKET_API_TOKEN": "<YOUR_BITBUCKET_API_TOKEN>"
}
}
}
}{
"servers": {
"atlassian-dc-mcp-bitbucket": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE>",
"BITBUCKET_HOST": "<YOUR_BITBUCKET_HOST>",
"BITBUCKET_API_BASE_PATH": "<YOUR_BITBUCKET_API_BASE_PATH>",
"BITBUCKET_API_TOKEN": "<YOUR_BITBUCKET_API_TOKEN>"
}
}
}
}claude mcp add atlassian-dc-mcp-bitbucket --env ATLASSIAN_DC_MCP_CONFIG_FILE=<YOUR_ATLASSIAN_DC_MCP_CONFIG_FILE> --env BITBUCKET_HOST=<YOUR_BITBUCKET_HOST> --env BITBUCKET_API_BASE_PATH=<YOUR_BITBUCKET_API_BASE_PATH> --env BITBUCKET_API_TOKEN=<YOUR_BITBUCKET_API_TOKEN> -- npx -y @atlassian-dc-mcp/bitbucketRelated MCP servers
MCP server for Atlassian Confluence Data Center - access and manage content
MCP server for Atlassian Jira Data Center - search, view, and create issues