Claude Code में MCP Context Cost: Tool रखें या Command चलाएं?
एक repeatable Claude Code task पर MCP tools और local commands की तुलना करें, बिना fixed token saving मानने के।
Claude Code में MCP Context Cost
MCP server बाहरी data या system तक बार-बार access के लिए उपयोगी है, लेकिन वह tool descriptions और schemas भी session में लाता है। निर्णय एक concrete, read-only task पर करें।
पांच कदम
- बिना external side effect वाला repeatable task चुनें।
- Prompt, expected result, turns और tools नोट करें।
- Current configuration में task चलाएं।
- नई session में एक server सीमित या हटाकर वही task दोहराएं।
- Response size के साथ required result और verification भी तुलना करें।
Local status के लिए command ठीक है; structured external data के लिए narrow MCP ठीक है। किसी जरूरी check को हटाना saving नहीं है।
अलग API workflow के लिए BetterToken Claude Code documentation देखें। Dashboard time, model, status और token records दिखाता है, लेकिन हर token का कारण एक MCP server को नहीं मानता।