MCP server for Bitbucket with dual auth (Cloud + Data Center), repos, PRs, branches, and more
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"atlassian-bitbucket-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Atlassian MCP Servers A monorepo of [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) servers for Atlassian products, built on [FastMCP 3](https://github.com/jlowin/fastmcp). | Server | Tools | Package | |--------|-------|---------| | [Jira](jira-mcp-server/) | 37 | `atlassian-jira-mcp` | | [Confluence](confluence-mcp-server/) | 41 | `atlassian-confluence-mcp` | | [Bitbucket](bitbucket-mcp-server/) | 44 | `atlassian-bitbucket-mcp` | ## Structure ``` atlassian/ ├── jira-mcp-server/ # Issues, boards, sprints, workflows ├── confluence-mcp-server/ # Pages, spaces, blogs, search └── bitbucket-mcp-server/ # Repos, PRs, branches, builds ``` ## Installation Each server is an independent Python package. Install from the server directory: ```bash cd jira-mcp-server && pip install -e ".[dev]" cd confluence-mcp-server && pip install -e ".[dev]" cd bitbucket-mcp-server && pip install -e ".[dev]" ``` Requires Python 3.10+. ## Authentication All three servers support dual authentication modes, auto-detected from environment variables. ### Atlassian Cloud Uses Basic auth with your email and an [API token](https://id.atlassian.com/manage-profile/security/api-tokens). ```bash # Jira Cloud export JIRA_MCP_URL=https://yoursite.atlassian.net export JIRA_MCP_EMAIL=you@company.com export JIRA_MCP_TOKEN=your-api-token # Confluence Cloud export CONFLUENCE_MCP_URL=https://yoursite.atlassian.net/wiki export CONFLUENCE_MCP_EMAIL=you@company.com export CONFLUENCE_MCP_TOKEN=your-api-token # Bitbucket Cloud export BITBUCKET_MCP_URL=https://api.bitbucket.org export BITBUCKET_MCP_EMAIL=you@company.com export BITBUCKET_MCP_TOKEN=your-app-password ``` ### Self-Hosted (Data Center) Uses Bearer auth with a [personal access token](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html). ```bash # Jira Data Center export JIRA_MCP_URL=https://jira.company.com export JIRA_MCP_TOKEN=your-personal-access-token # Confluence…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.