Built-in Atlassian Rovo connector should migrate to /authv2 endpoint
Resolved 💬 1 comment Opened May 21, 2026 by vek-emilsonmoraes Closed Jun 21, 2026
Summary
The built-in claude.ai Atlassian Rovo connector points to https://mcp.atlassian.com/v1/mcp, but Atlassian's official documentation now lists https://mcp.atlassian.com/v1/mcp/authv2 as the canonical supported endpoint.
The legacy SSE endpoint (https://mcp.atlassian.com/v1/sse) is scheduled to be discontinued after 2026-06-30 — the non-/authv2 /v1/mcp may follow.
Current behavior
/mcp shows:
claude.ai Atlassian Rovo · ✓ connected · URL: https://mcp.atlassian.com/v1/mcp
Expected behavior
Connector URL updated to https://mcp.atlassian.com/v1/mcp/authv2 to match Atlassian's canonical endpoint and ensure long-term compatibility.
Workaround
Users can remove the built-in connector and re-add manually:
claude mcp remove atlassian-rovo # if locally registered
claude mcp add --transport http atlassian-rovo https://mcp.atlassian.com/v1/mcp/authv2
But this reintroduces the URL-collision deduplication (built-in connector becomes hidden).
Environment
- Claude Code version:
2.1.147 - Platform: macOS (Darwin 25.4.0)
References
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗