Skip to main content
Other Tools and IntegrationsTypeScript

wong2/mcp-cli

CLI tool for testing MCP servers

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
wong2