chrishayuk/mcp-cli
Yet another CLI tool for testing MCP servers
Quick Start
Clone the repository:
git clone https://github.com/chrishayuk/mcp-cliClaude Desktop configuration example:
{
"mcpServers": {
"chrishayuk-mcp-cli": {
"command": "npx",
"args": [
"-y",
"chrishayuk/mcp-cli"
]
}
}
}Check the repository README for specific installation and configuration instructions.