What is MCP Inspector?
Anthropic's official MCP server debugging tool. A web UI to connect, browse tools, send test requests, and inspect messages.
TL;DR: Official MCP debugging tool. Web UI connects to any MCP server — browse tools, test requests, inspect messages. Essential for development and troubleshooting.
Best for: MCP server developers and users.
Core Features
1. Server Connection
Supports both stdio and SSE transports.
2. Tool Browser
View all tool names, descriptions, and parameter schemas.
3. Interactive Testing
Fill parameters, execute tools, see full request/response.
FAQ
Q: Need to install anything? A: No — runs directly with npx.
Q: Works with any MCP server? A: Yes — supports both stdio and SSE.