inspector (MCP Server)

GitHub

Visual testing tool for MCP servers

10,666 stars TypeScript MCP Ready Full Docs Skills View Markdown #cli#debug#mcp#tool

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-inspector"
      ]
    }
  }
}