mcp-cli

tkukushkin/mcp-cli
★ 0 stars Go Code/Dev Tools Updated today
A single-binary MCP client for the shell: call one MCP tool, get the bare payload. Reuses Claude Code's own server configuration.
View on GitHub → 🔍 Audit Wallet Slippage →

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": "go",
      "args": [
        "run",
        "github.com/tkukushkin/mcp-cli@latest"
      ]
    }
  }
}

README Excerpt

A single-binary MCP client for the shell. It calls one tool on one MCP server and prints the bare payload — no envelope, no session juggling, no hand-built JSON-RPC. Servers are not configured twice: `mcp-cli` reads the same configuration Claude Code uses, so anything in `claude mcp list` is callable from a script.

Topics

claude-codecligolangmcpmodel-context-protocol