[BUG] OAuth token does not meet scope requirement user:profile
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Even after logging out/in via browser OAuth with a Team plan account, the debug log repeatedly shows 403: OAuth token does not meet scope requirement user:profile when calling api.anthropic.com/api/oauth/claude_cli/client_data. The Atlassian MCP tools never register.
What Should Happen?
Claude should be able to create a Jira ticket for me without OAuth errors.
Error Messages/Logs
AxiosError: [url=https://api.anthropic.com/api/oauth/claude_cli/client_data, status=403, body=OAuth token does not meet scope requirement user:profile]
Steps to Reproduce
Log in to Claude Code via browser OAuth: claude logout && claude
Install the Atlassian plugin via Claude Code settings (or confirm atlassian@claude-plugins-official is present in ~/.claude/settings.json under enabledPlugins)
Add the Atlassian MCP server manually to ~/.claude/settings.json:
"mcpServers": {
"atlassian": {
"type": "http",
"url": "https://mcp.atlassian.com/v1/mcp"
}
}
Restart Claude Code
Attempt to use any Atlassian MCP tool (e.g., mcp__atlassian__getAccessibleAtlassianResources)
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.73
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗