Home › Other › atlassian-dc-mcp
atlassian-dc-mcp
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.35.0)
npx -y @atlassian-dc-mcp/bitbucket@0.35.0
Or add to your MCP client config:
{
"mcpServers": {
"atlassian-dc-mcp": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket@0.35.0"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<YOUR_VALUE>",
"BITBUCKET_HOST": "<YOUR_VALUE>",
"BITBUCKET_API_BASE_PATH": "<YOUR_VALUE>",
"BITBUCKET_API_TOKEN": "<YOUR_VALUE>"
}
}
}
}
ATLASSIAN_DC_MCP_CONFIG_FILE— Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.BITBUCKET_HOST— Bitbucket 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_PATH— Bitbucket API base path (alternative to BITBUCKET_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_HOST.BITBUCKET_API_TOKENsecret — Bitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.
This repository has 3 servers listed in the Official MCP Registry.
Other names: io.github.b1ff/atlassian-dc-mcp-confluence, io.github.b1ff/atlassian-dc-mcp-jira
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry