mcp-tools-cli

moritalous/mcp-tools-cli
★ 2 stars Python 💻 Code/Dev Tools Updated 9mo ago
command-line client for interacting with Model Context Protocol (MCP) servers.
View on GitHub →

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-tools-cli": {
      "command": "uvx",
      "args": [
        "mcp-tools-cli"
      ]
    }
  }
}

Or install with pip: pip install mcp-tools-cli