HomeProductivity › Atlassian Rovo MCP Server

Atlassian Rovo MCP Server

Connect to Atlassian Jira, Confluence, Loom, and more to search, create, and manage your work.

JavaScript Remote
★ 1,062 stars Last pushed 2026-09-15 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.atlassian.com/v2/mcp Requires auth (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Remote (streamable-http)

https://mcp.atlassian.com/v1/mcp/authv2 Requires auth (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry