Issue Description:
Using Atlassian Remote MCP Server as documented at:
`https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server`
/
Getting 401 Unauthorized error when connecting to https://mcp.atlassian.com/v1/sse
Access token is successfully retrieved from https://auth.atlassian.com/oauth/token
Error occurs during SSE client initialization
Steps Taken:
1. Successfully obtained fresh access token via OAuth flow
2. Token refresh works correctly with standard Atlassian API
3. Access token format appears valid (Bearer token)
4. Followed MCP server documentation exactly
Please advise
Hi @itsmesunil ,
The token from https://auth.atlassian.com/oauth/token is correct for general Atlassian APIs, but MCP requires additional JIT (just-in-time) authorization during the first SSE connection, which must be completed by a site admin. If that's skipped or fails, subsequent requests (even with a token) get 401s. You can try:
1. Ensure 3LO Consent is Completed
2. Verify Token & Scopes
Refresh token flow should use the same scopes. Test token with a standard API (e.g., GET /rest/api/3/myself). If 401's there too, re-auth.
3. SSE Connection Setup
If 401 persists: Check console for errors during consent (e.g., "Your site admin must authorize this app") -> Then re-run as admin.
If still stuck (e.g., no consent trigger), it's likely a site config issue, then you should contact support: support.atlassian.com/contact > Rovo/MCP > Authentication > Provide token response (redacted), SSE request, and site URL.
I hope everything works out well for you!
Best,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.