Cli
Freeby MCP Community
A CLI inspector for the Model Context Protocol
v1.13.0Added Apr 12, 2026
MCP
Cli MCP Server
A CLI inspector for the Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y @wong2/mcp-cli
Add to claude_desktop_config.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": ["-y", "@wong2/mcp-cli"]
}
}
}