sooperset/mcp-atlassian
MCP server for Atlassian tools (Confluence, Jira)
Overview
sooperset/mcp-atlassian is a Python MCP server licensed under MIT. MCP server for Atlassian tools (Confluence, Jira) Topics: atlassian, confluence, jira, mcp.
Ranked #61 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Has 4,608 GitHub stars.
Has 96 contributors.
Ecosystem
Python MIT 9,854 weekly downloads
atlassianconfluencejiramcp
Signal Breakdown
Stars 4,608
Freshness 14d ago
Issue Health 63%
Contributors 96
Dependents 8
Forks 1,000
Description Brief
License MIT
How to Improve
Description low impact
Matched Queries
From the README
# MCP Atlassian
Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Supports both Cloud and Server/Data Center deployments.
https://github.com/user-attachments/assets/35303504-14c6-4ae4-913b-7c25ea511c3e
<details>
<summary>Confluence Demo</summary>
https://github.com/user-attachments/assets/7fe9c488-ad0c-4876-9b54-120b666bb785
</details>
## Quick Start
### 1. Get Your API Token
Go to https://id.atlassian.com/manage-profile/security/api-tokens and create a token.
> For Server/Data Center, use a Personal Access Token instead. See [Authentication](https://mcp-atlassian.soomiles.com/docs/authentication).
### 2. Configure Your IDE
Add to your Claude Desktop or Cursor MCP configuration:
```json
{
"mcpServers": {
"mcp-atlassian": {
"command": "uvx",
"args": ["mcp-atlassian"],
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "[email protected]",
"JIRA_API_TOKEN": "your_api_ Read full README on GitHub →
Are you the maintainer? Claim this listing