Atlassian MCP Server
CommunityAbout
Interact with Jira and Confluence. Manage projects, issues, and documentation.
Features
- Jira issue management
- Confluence page access
- Project tracking
- Team collaboration
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"atlassian": {
"command": "npx",
"args": [
"-y",
"@atlassian/mcp-server"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"atlassian": {
"command": "npx",
"args": [
"-y",
"@atlassian/mcp-server"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Create Jira tickets"
- "Update Confluence pages"
- "Track project progress"