junjunup/mcp-radar
π A diagnostic & testing CLI toolkit for MCP servers β scan, test, and benchmark any MCP server in one command
Platform-specific configuration:
{
"mcpServers": {
"mcp-radar": {
"command": "npx",
"args": [
"-y",
"mcp-radar"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://pypi.org/project/mcp-radar/) [](https://opensource.org/licenses/MIT) [](https://github.com/junjunup/mcp-radar/actions) [](https://www.python.org/downloads/) []()
> A diagnostic & testing CLI toolkit for MCP servers β scan, test, and benchmark any MCP server in one command.
---
pip install and go# Install
pip install mcp-radar
# Scan an MCP server (stdio)
mcp-radar scan "uvx mcp-server-fetch"
# Scan a remote server (SSE/HTTP)
mcp-radar scan "https://my-server.com/mcp"
# Auto-test all tools
mcp-radar test "uvx mcp-server-fetch"
# Benchmark performance
mcp-radar bench "uvx mcp-server-fetch" -n 20 -c 5
# Launch interactive TUI dashboard (requires: pip install mcp-radar[tui])
mcp-radar tui "uvx mcp-server-fetch"# Basic install (CLI only)
pip install mcp-radar
# With interactive TUI dashboard
pip install mcp-radar[tui]
# With development tools
pip install mcp-radar[dev]Requirements: Python 3.10+
# Basic scan
mcp-radar scan "uvx some-mcp-server"
# Export report
mcp-radar scan "uvx some-mcp-server" --report html -o report.html**What it
Loading reviews...