Atlassian (Jira + Confluence)
OfficialAtlassian's official MCP server provides unified access to both Jira and Confluence. Manage Jira issues, sprints, and boards alongside Confluence pages and spaces. Uses OAuth for secure authentication and runs as a remote MCP server.
API Key Required
Configuration
{
"mcpServers": {
"atlassian": {
"url": "https://atlassian.com",
"headers": {
"Authorization": "Bearer your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.