MCP Directory
Back

mcp-client-cli

by adhikasp · Python · ★ 672

A simple CLI to run LLM prompt and implement MCP client.

#langchain#llm#mcp#model-context-protocol

Install

pip install git+https://github.com/adhikasp/mcp-client-cli.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-client-cli": {
      "command": "uvx",
      "args": [
        "git+https://github.com/adhikasp/mcp-client-cli.git"
      ]
    }
  }
}

From the README

A simple CLI program to run LLM prompt and implement [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) client. You can use any [MCP-compatible servers](https://github.com/punkpeye/awesome-mcp-servers) from the convenience of your terminal. This act as alternative client beside Claude Desktop. Additionally you can use any LLM provider like OpenAI, Groq, or local LLM model via [llama](https://github.com/ggerganov/llama.cpp). 1. Install via pip: 2. Create a file to configure your LLM and MCP servers: Note: - See [CONFIG.md](CONFIG.md) for complete documentation…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers