Skip to main content
Other Tools and IntegrationsPython

chrishayuk/mcp-cli

Yet another CLI tool for testing MCP servers

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/chrishayuk/mcp-cli

Claude Desktop configuration example:

{
  "mcpServers": {
    "chrishayuk-mcp-cli": {
      "command": "npx",
      "args": [
        "-y",
        "chrishayuk/mcp-cli"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
chrishayuk