Atlassian Rovo MCP Server

Atlassian Rovo MCP Server The official Model Context Protocol (MCP) server for Atlassian: a cloud-hosted bridge that gives your AI tools secure, real-time access to Jira, Confluence, Jira Service Management, Bitbucket, and Compass.

Teams that want a hosted productivity endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-27 · ★ 979 · #43 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install Atlassian Rovo MCP Server

Claude Code

claude mcp add atlassian-atlassian-mcp-server --transport http https://mcp.atlassian.com/v1/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "atlassian-atlassian-mcp-server": {
      "url": "https://mcp.atlassian.com/v1/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.atlassian.com/v1/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.atlassian.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

registry vendor namespace com.atlassian - domain-verified with the official MCP registry

03 · Who maintains Atlassian Rovo MCP Server

Atlassian Rovo MCP Server is maintained by atlassian. It's the only MCP server we track from this author; the repo dates to Aug 2025.

04 · Facts

category
productivity - ranked #43 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
com.atlassian/atlassian-mcp-server (active, first published 2025-10-22 · 5 versions)

05 · Atlassian Rovo MCP Server FAQ

What is Atlassian Rovo MCP Server?

Atlassian Rovo MCP Server The official Model Context Protocol (MCP) server for Atlassian: a cloud-hosted bridge that gives your AI tools secure, real-time access to Jira, Confluence, Jira Service Management, Bitbucket, and Compass.

Is Atlassian Rovo MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-27. We re-verify nightly.

How do I install Atlassian Rovo MCP Server?

Run `claude mcp add atlassian-atlassian-mcp-server --transport http https://mcp.atlassian.com/v1/mcp`. You can also paste the ready-made client config above.

Does Atlassian Rovo MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Atlassian Rovo MCP Server