mcp-client-console

geomux/mcp-client-console
★ 0 stars Python File System Updated today
MCP client that connects to a remote MCP server, LLM backend (API key or local model) and preset configuration files.
View on GitHub → Try with Claude — $10 free →

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

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

README Excerpt

MCP client that connects to a remote MCP server, LLM backend (API key or local model) and preset configuration files. {user} <--> mcp-client-console <--> network <--> {box} <--> mcp-server-remote <--> tools {user} <--> cli.py <--> client.py <--> mcp SDK <--> * <--> mcp-server-remote :~$ pipx install mcp-client-console

Tools (1)

Box_1