Project Management
MCP Atlassian
sooperset/mcp-atlassian is the most-starred Atlassian MCP for Jira and Confluence. Run with uvx, configure cloud or server credentials, and let agents search issues, update tickets, and read Confluence pages.
Stars
5.6k
Installs
140.0k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 5.6k · catalog
- Freshness: Updated 2026-07-01
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: JIRA_URL
- · Environment: JIRA_USERNAME
- · Environment: JIRA_API_TOKEN
- · Environment: CONFLUENCE_URL
- · Environment: CONFLUENCE_USERNAME
- · Environment: CONFLUENCE_API_TOKEN
Reference command
{
"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>"
}
}
}
}