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.
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 Code
claude mcp add mcp-atlassian -e JIRA_URL=https://your-company.atlassian.net -e 'JIRA_USERNAME=<email>' -e 'JIRA_API_TOKEN=<token>' -- uvx mcp-atlassianCursor
{
"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
{
"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 Desktop
{
"mcpServers": {
"mcp-atlassian": {
"command": "uvx",
"args": ["mcp-atlassian"],
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "<email>",
"JIRA_API_TOKEN": "<token>"
}
}
}
}Codex
[mcp_servers.mcp-atlassian]
command = "uvx"
args = ["mcp-atlassian"]
env = { JIRA_URL = "https://your-company.atlassian.net", JIRA_USERNAME = "<email>", JIRA_API_TOKEN = "<token>" }MCP Atlassian (community) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MCP Atlassian (community)this listing | 5.9k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 MCP Atlassian (community) alternatives, compared →
