Skip to content
Agent Search Engine.

Record · mcp-atlassiaMCP serverOpen sourceVerified Sep 23, 2026

MCP Atlassian (community)

A community MCP server for Jira and Confluence that supports both Cloud and Server/Data Center.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Teams on Jira or Confluence Data Center, which Atlassian's official remote server does not cover.

About MCP Atlassian (community)

MCP Atlassian is a community MCP server for Confluence and Jira. Unlike Atlassian's official server, which covers Atlassian Cloud, it supports both Cloud and self-managed Server/Data Center deployments, authenticating with API tokens or personal access tokens, and lets assistants search, read, create and update issues and pages.

MCP Atlassian (community) is an open-source project written primarily in Python, with 5.9k stars on GitHub. It was last updated in September 2026.

Add MCP Atlassian (community) to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand. Replace <email> and <token> with your own values first.

Claude CodeRun in your terminal
claude mcp add mcp-atlassian -e JIRA_URL=https://your-company.atlassian.net -e 'JIRA_USERNAME=<email>' -e 'JIRA_API_TOKEN=<token>' -- uvx mcp-atlassian
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "<email>",
        "JIRA_API_TOKEN": "<token>"
      }
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "mcp-atlassian": {
      "type": "stdio",
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "<email>",
        "JIRA_API_TOKEN": "<token>"
      }
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "mcp-atlassian": {
      "command": "uvx",
      "args": ["mcp-atlassian"],
      "env": {
        "JIRA_URL": "https://your-company.atlassian.net",
        "JIRA_USERNAME": "<email>",
        "JIRA_API_TOKEN": "<token>"
      }
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.mcp-atlassian]
command = "uvx"
args = ["mcp-atlassian"]
env = { JIRA_URL = "https://your-company.atlassian.net", JIRA_USERNAME = "<email>", JIRA_API_TOKEN = "<token>" }

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

MCP Atlassian (community) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
MCP Atlassian (community)MCP serverthis listing5.9kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 MCP Atlassian (community) alternatives, compared →