mcp-cli

pathanaawej0-dot/mcp-cli
★ 0 stars TypeScript Security Updated today
mcp-cli is a universal MCP client CLI that ships with a built-in catalog of pre-configured MCP servers. It auto-installs servers, handles OAuth and API auth, and exposes every tool as a simple CLI command — so coding agents and humans can call any MCP integration with zero manual setup. No JSON configs. No agent restarts.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A universal MCP (Model Context Protocol) CLI client. Call any MCP server's tools from the command line without manual configuration. ```bash pnpm install pnpm build node packages/cli/dist/cli.js --version node packages/cli/dist/cli.js --help node packages/cli/dist/cli.js tools list --json ``` ``` mcp-cli <server>[:<instance>] <tool> [--param value...] [--json] [--verbose]