This project provides a Model Context Protocol (MCP) integration for Atlassian Data Center products, including Jira, Confluence, and Bitbucket.
From the registry: MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

Please install the `atlassian-dc-mcp-bitbucket` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Bitbucket Data Center HTTP access token** — Generate an HTTP access token in Bitbucket: Manage Account > HTTP access tokens > Create token.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@atlassian-dc-mcp/bitbucket"]
- required environment variables:
- `BITBUCKET_HOST`: Bitbucket host (domain + port, no protocol). Alternatively use BITBUCKET_API_BASE_PATH. (example: `<your-bitbucket-host>`)
- `BITBUCKET_API_TOKEN`: Bitbucket HTTP access token (Personal Access Token) (example: `<your-bitbucket-api-token>`)
- optional environment variables:
- `BITBUCKET_API_BASE_PATH`: Full Bitbucket API base URL including protocol (alternative to BITBUCKET_HOST) (example: `https://<your-bitbucket-host>/rest`)
- `BITBUCKET_DEFAULT_PAGE_SIZE`: Default page size for list responses (example: `50`)
- `ATLASSIAN_DC_MCP_CONFIG_FILE`: Absolute path to a shared dotenv-style config file containing Atlassian credentials
Note: Part of the atlassian-dc-mcp monorepo — shares a README with Jira and Confluence siblings. The bitbucket slug uses only BITBUCKET_* vars.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.JIRA_API_TOKENrequiredAPI token for Jira accessCONFLUENCE_API_TOKENrequiredAPI token for Confluence accessBITBUCKET_API_TOKENrequiredAPI token for Bitbucket accessConnect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.