Inspector Server
Freeby MCP Community
Server-side application for the Model Context Protocol inspector
v0.21.1Added Apr 12, 2026
Inspector Server MCP Server
Server-side application for the Model Context Protocol inspector
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/inspector-server
Add to claude_desktop_config.json
{
"mcpServers": {
"inspector-server": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector-server"]
}
}
}