Loading languages...
MC

mcp-cli

@chrishayuk1581

A powerful, feature-rich command-line interface for interacting with Model Context Protocol servers. This client enables seamless communication with LLMs through integration with the [CHUK Tool Processor](https://github.com/chrishayuk/chuk-tool-processor) and [CHUK-LLM](https://github.com/chrishayuk/chuk-llm), providing tool usage, conversation management, and multiple operational modes.

CLI
LLM
MCP
Python

# mcpServer Config

{
  "mcpServers": {
    "sqlite": {
      "command": "python",
      "args": [
        "-m",
        "mcp_server.sqlite_server"
      ],
      "env": {
        "DATABASE_PATH": "database.db"
      }
    },
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/files"
      ],
      "env": {}
    },
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "your-brave-api-key"
      }
    }
  }
}

# stdio

npx -y mcp-cli
Transport:
stdio
Langue:
Python
Mis à jour:7/23/2025