mcp-client-cli

adhikasp/mcp-client-cli
★ 671 stars Python 🤖 AI/LLM Updated 1mo ago
A simple CLI to run LLM prompt and implement MCP client.
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-client-cli": {
      "command": "uvx",
      "args": [
        "mcp-client-cli"
      ]
    }
  }
}

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

Topics

langchainllmmcpmodel-context-protocol