An MCP server that turns LLMs into Jira power users
Exposes Confluence and Jira through the Model Context Protocol so AI assistants can search, create, and update work items without human copy-paste.

What it does
Wraps Atlassian’s APIs into 72 MCP tools, letting compatible AI assistants query JQL, read Confluence pages, create tickets, transition issues, and post updates. Works against both Atlassian Cloud and self-hosted Server/Data Center instances.
The interesting bit
The README ships documentation in llms.txt format—literally feeding its own docs back to LLMs—while supporting OAuth 2.0, personal access tokens, and multi-user HTTP transports. It is a thorough protocol translation layer, not a toy integration.
Key highlights
- 72 tools covering search, CRUD, and workflow transitions across Jira and Confluence
- Supports both Cloud and legacy Server/Data Center deployments (Confluence 6.0+, Jira 8.14+)
- Authentication flexibility: API tokens, PATs, or OAuth 2.0
- SSE and streamable HTTP transports for multi-user setups
- Documentation offered in machine-friendly
llms.txtandllms-full.txtflavors
Caveats
- Not an official Atlassian product; the README makes this explicit
- Security section warns against sharing API tokens and exposing
.envfiles
Verdict
Worth a look if your team lives in Jira/Confluence and you want an AI assistant to actually act on tickets rather than just summarize them. Skip if you aren’t already running an MCP client like Claude Desktop or Cursor.
Frequently asked
- What is sooperset/mcp-atlassian?
- Exposes Confluence and Jira through the Model Context Protocol so AI assistants can search, create, and update work items without human copy-paste.
- Is mcp-atlassian open source?
- Yes — sooperset/mcp-atlassian is open source, released under the MIT license.
- What language is mcp-atlassian written in?
- sooperset/mcp-atlassian is primarily written in Python.
- How popular is mcp-atlassian?
- sooperset/mcp-atlassian has 5.6k stars on GitHub and is currently holding steady.
- Where can I find mcp-atlassian?
- sooperset/mcp-atlassian is on GitHub at https://github.com/sooperset/mcp-atlassian.