MCP Inspector
MCP Serverby modelcontextprotocol · Added 5mo ago
Claude
8.9k
Install
git clone https://github.com/modelcontextprotocol/inspectorAdd to Claude
claude mcp add mcp-inspectorQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-inspector": {
"command": "npx",
"args": [
"@modelcontextprotocol/mcp-inspector"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
MCP Inspector 是一款用于测试和调试 MCP 服务器的开发者工具。它包含基于 React 的网页界面和一个连接到 MCP 服务器的 Node.js 代理服务器,支持多种传输方式(stdio、SSE、streamable-http)。
Tags
developmentmcp-server