mcp-inspector.md

MCP Inspector

UI AppFeatured
from"modelcontextprotocol"
3.2k

Visual testing and debugging tool for MCP servers with interactive web UI

Developer Tools
inspectordebuggingtestingweb UI
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/inspector
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve