Why do account-level MCP connectors silently eat 100K tokens before you've typed a single word?
Every connector configured at the Claude.ai account level auto-loads into every CLI session with no per-environment opt-out, burning roughly 90K tokens of schema cost across ~240 tools before the user does anything.
Category: AI / Agents · Trend: Agents · Opportunity score: 7.2 / 10
What is the “Why do account-level MCP connectors silently eat 100K tokens before you've typed a single word?” problem in 2026?
Every connector configured at the Claude.ai account level auto-loads into every CLI session with no per-environment opt-out, burning roughly 90K tokens of schema cost across ~240 tools before the user does anything.
Who has this problem?
Claude Code CLI users who also have Claude Desktop connectors configured.
Recorded source context
Dataset source note: In a typical setup this silently consumes ~100K tokens of context before the user types anything... ~12 account connectors x avg 20 tools each ~= ~240 tools with combined schema cost of ~90K tokens.
This note may summarize the referenced material rather than quote it verbatim. Source label: anthropics/claude-code GitHub issue #50062, fernandoxavier02, 17 Apr 2026. (reference).
Existing players in this space
- Revoke OAuth entirely: Only full-scope workaround, kills Desktop integrations too.
- Disable each connector by hand: Tedious, must be redone if connectors change.
What existing players are missing
A per-environment opt-out (env var, allowlist, or scope-aware login) that keeps account connectors available in Claude Desktop while excluding them from CLI sessions by default.
How Real Problem AI scores this opportunity
Aggregate score: 7.2 / 10. Four-axis rubric:
- Problem severity: 7 / 10
- AI feasibility today: 9 / 10
- Market signal: 6 / 10
- Competition gap: 7 / 10
How to build a solution: stack hints
- OAuth scope management
- Per-environment connector allowlist
- Config flag (env var or settings.json)
- Token-cost visibility on login
Related AI / Agents problems on Real Problem AI
- My AI agent repeated one broken action all night, and I only saw the cost in the morning. (9.0/10)
- Someone opened a function to fix one bug and it was 300 lines nobody wrote by hand. (9.0/10)
- Why can a hidden line of text on a webpage hijack my AI agent and steal my data? (8.0/10)
- Why does my AI agent have the same production access as my senior engineer but none of the judgment? (8.0/10)
- Why does Claude Code hide your own plan quota from the terminal you live in? (8.0/10)