# Multi-Repository MCP Performance Analysis
## π¬ Test Overview
- **Repositories tested**: 29
- **Programming languages**: 21
- **Total queries**: 131
- **Date**: 2025-06-14
## π Key Results
### Token Usage
- **Grep total**: 21,332,560 tokens
- **MCP total**: 817 tokens
- **Reduction**: 100.0%
### Cost Impact (for 131 queries)
- **Claude 4 Opus**: $1599.82 β $0.013
- **GPT-4.1**: $170.65 β $0.002
- **DeepSeek-V3**: $23.46 β $0.000
## π― Conclusion
MCP achieves **99.9%+ token reduction** across all 21 programming languages tested,
from systems languages like C and Rust to web frameworks like Django and React.
The grep pipeline problem (find files β read entire files β send to LLM) is eliminated
by MCP's indexed approach, which returns only relevant code snippets.
View the full visual report: `performance_charts/multi_repo_performance_report.html`