AUTOMATIONSWITCH
CommunityProductivity

MCP Atlassian

by sooperset

Community-built MCP server for Atlassian products covering Jira and Confluence across both Cloud and Server/Data Center deployments. Supports three authentication paths: API tokens (Cloud), Personal Access Tokens (Server/Data Center), and OAuth 2.0.

5,055·8 tools·Released DEC 2024·MIT
uvx mcp-atlassian
Share:

MCP Atlassian is the community-built bridge to Jira and Confluence and the most-starred entry in the productivity category. Coverage is broad: search and create issues, update statuses, query Confluence pages, navigate spaces, with both Cloud and Server/Data Center variants supported through different auth paths (API tokens for Cloud, Personal Access Tokens for Server/Data Center, OAuth 2.0 across both). The architectural decision worth understanding: the maintainer chose to support all four major install paths from day one (uvx, Docker, pip, from-source), which keeps the entry barrier low across operational contexts. The standout feature is HTTP transport mode for multi-user deployments, which lets a single MCP Atlassian instance serve multiple agents with per-request authentication. The trade-off is community-maintenance dependency: an Atlassian-published official MCP server has yet to ship, so this is the best-available option, with the bus factor calibrated to a single highly-active maintainer.

Reviewed by M. Nouriel · APR 2026

INSTALL THIS SERVER

Requires authenticationAtlassian API tokens (JIRA_API_TOKEN, CONFLUENCE_API_TOKEN) for Cloud, Personal Access Tokens (JIRA_PERSONAL_TOKEN) for Server/Data Center, or OAuth 2.0.
{ "mcpServers": { "mcp-atlassian": { "command": "uvx", "args": [ "mcp-atlassian" ], "env": { "JIRA_URL": "https://your-company.atlassian.net", "JIRA_USERNAME": "your.email@company.com", "JIRA_API_TOKEN": "your_api_token", "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki", "CONFLUENCE_USERNAME": "your.email@company.com", "CONFLUENCE_API_TOKEN": "your_api_token" } } } }
PrereqRequires uv. Generate API tokens at https://id.atlassian.com/manage-profile/security/api-tokens. For Server/Data Center, swap to JIRA_PERSONAL_TOKEN. For OAuth 2.0, see mcp-atlassian.soomiles.com/docs/authentication. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "mcp-atlassian": { "command": "uvx", "args": [ "mcp-atlassian" ], "env": { "JIRA_URL": "https://your-company.atlassian.net", "JIRA_USERNAME": "your.email@company.com", "JIRA_API_TOKEN": "your_api_token", "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki", "CONFLUENCE_USERNAME": "your.email@company.com", "CONFLUENCE_API_TOKEN": "your_api_token" } } } }
{ "mcpServers": { "mcp-atlassian": { "command": "uvx", "args": [ "mcp-atlassian" ], "env": { "JIRA_URL": "https://your-company.atlassian.net", "JIRA_USERNAME": "your.email@company.com", "JIRA_API_TOKEN": "your_api_token", "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki", "CONFLUENCE_USERNAME": "your.email@company.com", "CONFLUENCE_API_TOKEN": "your_api_token" } } } }
{ "mcpServers": { "mcp-atlassian": { "command": "uvx", "args": [ "mcp-atlassian" ], "env": { "JIRA_URL": "https://your-company.atlassian.net", "JIRA_USERNAME": "your.email@company.com", "JIRA_API_TOKEN": "your_api_token", "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki", "CONFLUENCE_USERNAME": "your.email@company.com", "CONFLUENCE_API_TOKEN": "your_api_token" } } } }
{ "mcpServers": { "mcp-atlassian": { "command": "uvx", "args": [ "mcp-atlassian" ], "env": { "JIRA_URL": "https://your-company.atlassian.net", "JIRA_USERNAME": "your.email@company.com", "JIRA_API_TOKEN": "your_api_token", "CONFLUENCE_URL": "https://your-company.atlassian.net/wiki", "CONFLUENCE_USERNAME": "your.email@company.com", "CONFLUENCE_API_TOKEN": "your_api_token" } } } }

8 TOOLS AVAILABLE

jira_search
Search Jira issues by JQL
Read
jira_create_issue
Create a Jira issue with required fields
Write
jira_update_issue
Update fields on an existing Jira issue
Write
jira_transition_issue
Transition an issue between statuses
Write
confluence_search
Search Confluence pages and content
Read
confluence_get_page
Retrieve Confluence page content by ID or title
Read

OUR ASSESSMENT

Strengths
  • Most-starred MCP server in the productivity category; signals real adoption among Atlassian-using teams.
  • Triple deployment support (Cloud, Server, Data Center) with three authentication paths (API token, PAT, OAuth 2.0).
  • HTTP transport mode supports multi-user deployments with per-request authentication, useful for shared agent infrastructures.
  • Comprehensive documentation at mcp-atlassian.soomiles.com including tools reference, troubleshooting, and configuration guides.
Weaknesses
  • Community-maintained; Atlassian itself has no official MCP server at this time, so bus factor sits with a single highly-active maintainer.
  • API token discoverability requires operators to navigate Atlassian's identity console; the README provides direct links but the journey involves several screens.
  • Confluence and Jira tool sets are broad; agent context windows can fill quickly when querying multiple issue lists or large Confluence spaces.
Security Notes

Authentication varies by deployment: Atlassian Cloud uses API tokens generated at id.atlassian.com/manage-profile/security/api-tokens, Server/Data Center uses Personal Access Tokens, and OAuth 2.0 works as an alternative. Tokens hold the permissions of the issuing user, so least-privilege scoping at the Atlassian identity layer is the security boundary. The HTTP transport mode supports per-request authentication for multi-user deployments; configure CORS and authentication carefully for any non-localhost binding. Token rotation discipline matters because the agent has read-write access to issues and pages by default.

Best For

Teams using Jira and Confluence who want an agent that can search issues, create tickets, query Confluence pages, and update statuses through natural language.

TECHNICAL DETAILS

Language
python
Transport
stdiossestreamable-http
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
MIT
GitHub
npm
mcp-atlassian
Last Release
v0.21.1APR 10, 2026
First Released
DEC 8, 2024

ADOPTION METRICS

// GitHub Stars
5,055

// Reading this5k stars place this as the most-starred productivity MCP in our directory. Star traction reflects strong Atlassian-using-team adoption among AI-first product teams.

// Popularity Rank
#5
Globally · #1 in Productivity

// Reading thisTop-ranked productivity MCP. The triple-deployment support (Cloud, Server, Data Center) and three authentication paths place this ahead of community alternatives.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed APR 28, 2026
02
Cross-referenced
5 directories
PulseMCP, Official MCP Registry, Awesome MCP Servers, Smithery, MCPMarket
03
Verified against
Claude Desktop, Cursor, VS Code, Windsurf
Installed and tested across clients
04
Last re-checked
APR 28, 2026
Weekly re-verification
// How other directories see it

The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page4.2editorial5,055APR 28, 2026
PulseMCP— unratedunavailableunavailableAPR 28, 2026
Official MCP Registry— unratedunavailableunavailableAPR 28, 2026
Awesome MCP Servers— unratedunavailableunavailableAPR 28, 2026
Smithery— unratedunavailableunavailableAPR 28, 2026
MCPMarket— unratedunavailableunavailableAPR 28, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →