I added MCP servers to Claude Code. Here's what they cost in tokens. A developer measured the token overhead of MCP servers in Claude Code sessions, finding that the official GitHub MCP server adds ~62,000 tokens per 20-turn session—costing about $0.19 in tool-definition overhead alone. The overhead compounds in long agentic loops, with a 2,000-turn session potentially wasting millions of tokens on unused tool definitions. Everyone talks about MCP servers as a way to extend Claude Code. Fewer people talk about what they cost. Every MCP tool you register injects a tool-definition block into your context window on every single turn. That's not a one-time cost — it compounds across your entire session. I wanted to know the actual numbers, so I measured them. When Claude Code loads an MCP server, it reads the server's tool manifest and injects something like this into the system prompt: