atlassian-mcp-server
Atlassian Rovo MCP Server
The Atlassian Rovo MCP Server enables real-time interaction with Jira, Compass, and Confluence data through secure authentication methods like OAuth 2.1 or API tokens. Users can summarize, search, create, and update content without switching tools, streamlining workflows for developers, content creators, and project teams. This server also automates repetitive tasks, such as generating tickets from meeting notes, enhancing productivity across various platforms.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"atlassian-mcp-server": {
"args": [
"mcp-remote",
"https://mcp.atlassian.com/v1/mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions