# Atlassian

> Manage Jira, Confluence, and Compass via the official Atlassian Rovo MCP.

[Canonical HTML page](https://top-mcps.com/mcp/atlassian) · [server.json](https://top-mcps.com/mcp/atlassian.json) · [methodology](https://top-mcps.com/about/methodology)

## At a glance

- **Maintainer:** Atlassian
- **Transport:** Streamable HTTP
- **Auth model:** OAuth 2.1
- **Required secrets:** None
- **Supported clients:** Claude, Cursor, Any MCP-compatible client, Atlassian Cloud
- **License:** Apache-2.0
- **Language:** JavaScript
- **Latest version:** latest
- **Last verified:** 2026-05-27
- **GitHub stars:** 730 (fetched 2026-06-02T11:55:52.264Z)
- **Score:** 78/100 (rubric 2026-04 — see https://top-mcps.com/about/methodology)
- **Source:** https://github.com/atlassian/atlassian-mcp-server

## Quick answer

**What it does.** Surfaces Atlassian Cloud operations as MCP tools: Jira issue CRUD and search, Confluence page reads and edits, Compass service catalog queries.

**Best for:**
- Jira issue CRUD and search
- Confluence page reads and edits
- Compass service catalog queries
- OAuth-based team installs
- Headless API-token setups for ops

**Not for:**
- Bitbucket PR workflows (not in MCP surface)
- Atlassian Server / Data Center deployments
- Workflows that need real-time event handling

## Description

The official Atlassian Rovo MCP is a hosted remote server at mcp.atlassian.com. OAuth 2.1 (or API token for headless setups). Covers Jira issues, Confluence pages, and Compass services across the Atlassian Cloud.

## Why it matters

Jira and Confluence are still the dominant project-tracking and wiki surfaces at most enterprises. The official MCP collapses the slow tab-hopping cycle (Jira → Confluence → Slack) into a single conversation.

## Key features

- Hosted at mcp.atlassian.com/v1/mcp
- OAuth 2.1 — per-user grants
- API token option for headless setups
- Jira + Confluence + Compass coverage
- Apache-2.0, vendor-maintained

## FAQ

### Does it support Bitbucket?

Not as of 2026-05 — the public docs cover Jira, Confluence, and Compass. Check the official repo for the latest tool list before assuming Bitbucket support.

### Cloud only?

Yes — the remote MCP targets Atlassian Cloud. Server and Data Center deployments are not supported.

### OAuth or token?

Both. OAuth 2.1 is the recommended path; API tokens are available for headless setups when enabled by admins.

## Changelog

- **2026-05-27** — Refreshed install snippets and fact sheet; verified for 2026.
- **2025-07-25** — Initial directory listing.
