claude.ai MCP connectors unavailable on some installations despite same account
Resolved 💬 3 comments Opened Feb 8, 2026 by dropcontrol Closed Feb 8, 2026
Description
The claude.ai MCP integrations (Slack, Figma, Sentry) are available on one macOS installation but not on another, despite both using the same Claude Max account, same organization, and same Claude Code version (2.1.37).
Environment
- Claude Code version: 2.1.37 on both machines
- OS: macOS on both machines
- Login method: Claude Max Account (same email, same organization UUID)
- Install method: native on both
Observed behavior
Machine A (/mcp output):
- Shows
claude.aisection with Slack (connected), Figma, Sentry cachedGrowthBookFeatures.tengu_claudeai_mcp_connectors:true
Machine B (/mcp output):
- No
claude.aisection at all — onlyBuilt-in MCPs cachedGrowthBookFeatures.tengu_claudeai_mcp_connectors:false
Both machines share the same oauthAccount.organizationUuid and emailAddress.
Steps to reproduce
- Log in to Claude Code with the same Claude Max account on two different macOS machines
- Run
/mcpon both - One shows
claude.aiintegrations, the other does not
Investigation
- Manually changing
tengu_claudeai_mcp_connectorstotruein~/.claude.jsonworks within a running session - However, the flag is reset to
falseon every new session startup (server sync overwrites the cached value) - Copying
anonymousIdfrom Machine A to Machine B did not change the server-side flag evaluation - The
plugin:slack:slack(SSE-based) plugin fails on both machines, so it is not a viable alternative
Expected behavior
The claude.ai MCP integrations should be consistently available across all installations logged in with the same account, or there should be a user-facing way to enable them.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗