Atlassian Rovo MCP Server
Atlassian's official remote MCP server for Jira, Confluence, Jira Service Management, Bitbucket and Compass.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Teams on Atlassian Cloud who want assistants to search, summarize and update Jira issues and Confluence pages.
Your Jira or Confluence runs on self-managed Data Center; the server connects to Atlassian Cloud sites.
About Atlassian Rovo MCP Server
Atlassian's official cloud-hosted MCP server connects AI tools including Claude, ChatGPT, Cursor and VS Code to Jira, Confluence, Jira Service Management, Bitbucket, Compass, Loom and Teamwork Graph data in an Atlassian Cloud site. Authentication uses OAuth 2.1 or API tokens, so every action respects the user's existing permissions.
Atlassian Rovo MCP Server is an open-source project written primarily in JavaScript, with 1.1k stars on GitHub. It was last updated in September 2026.
Add Atlassian Rovo MCP Server to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http atlassian-mcp-server https://mcp.atlassian.com/v2/mcpCursor
{
"mcpServers": {
"atlassian-mcp-server": {
"url": "https://mcp.atlassian.com/v2/mcp"
}
}
}VS Code
{
"servers": {
"atlassian-mcp-server": {
"type": "http",
"url": "https://mcp.atlassian.com/v2/mcp"
}
}
}Codex
codex mcp add atlassian-mcp-server --url https://mcp.atlassian.com/v2/mcpAtlassian Rovo MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Atlassian Rovo MCP Serverthis listing | 1.1k | JavaScript | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Atlassian Rovo MCP Server alternatives, compared →
