Back to Apps

MCP Audit
Supports UIby apisec-inc
Real-time token consumption tracking and diagnostic tool for MCP servers and AI clients.
0 stars
Works in:CodexGemini CLI
Exposes:ToolsResources
What it does
MCP Audit provides real-time visibility into token usage across various MCP-compatible clients. It helps developers diagnose context bloat, detect unexpected token spikes, and optimize the performance of their MCP servers and tools to reduce costs and latency.
Tools
track_tokens: Monitors real-time token flow for active sessions.analyze_bloat: Identifies specific tools or resources causing excessive context usage.export_usage: Generates a detailed report of token consumption over a specific period.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-audit": {
"command": "python3",
"args": ["-m", "mcp_audit"]
}
}
}
Supported hosts
- claude
- codex
- gemini-cli
Quick install
python3 -m mcp_auditInformation
- Pricing
- free
- Published
- 4/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add mcp-audit to AGENTS.md or mcp config entry.Gemini CLI
Add to settings.json mcpServers entry.Claude Desktop
{
"mcpServers": {
"mcp-audit": {
"command": "python3",
"args": ["-m", "mcp_audit"]
}
}
}





