Atlassian
Official
📋 Productivity
Search and manage Jira issues with JQL, read and update Confluence pages. Official Atlassian integration for project management and documentation.
Tools (38)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"atlassian": {
"command": "uvx",
"args": [
"mcp-atlassian"
],
"env": {
"JIRA_URL": "your-jira-url-here",
"JIRA_EMAIL": "your-jira-email-here",
"JIRA_API_TOKEN": "your-jira-api-token-here"
}
}
}
}