manishrawal95/mcp-inspector
Local proxy for inspecting Model Context Protocol (MCP) traffic between AI agents and tool servers
Platform-specific configuration:
{
"mcpServers": {
"mcp-inspector": {
"command": "npx",
"args": [
"-y",
"mcp-inspector"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/manishrawal95/mcp-inspector/actions) [](https://pypi.org/project/mcp-inspector/) [](https://opensource.org/licenses/MIT) [](https://github.com/manishrawal95/mcp-inspector)
mcp-inspector is a CLI tool that acts as a local proxy to intercept, parse, and pretty-print Model Context Protocol (MCP) traffic. It provides human-readable, colorized logs of tool calls, arguments, and responses in your terminal. This drastically simplifies debugging for any developer building with the new AI agent and tool-use stack.
Imagine your terminal lighting up with a crystal-clear, structured view of every tool call your AI agent makes. mcp-inspector turns a black box of HTTP requests into an organized, color-coded log, showing you exactly what function was called, the arguments passed, and the data returned -- all in real-time. No more print() statements or digging through raw server logs.
<!-- Demo GIF placeholder -- record with asciinema or vhs -->
Get up and running in under 30 seconds.
pip install mcp-inspector mcp-inspector
# šµļø MCP Inspector listening on http://127.0.0.1:8080https://api.weather.com to http://127.0.0.1:8080). Watch the structured logs roll into your terminal.Loading reviews...