MCP Directory
Back

mcp-client

by joji000 · Python · ★ 0

build mcp-client follow quickstart from modelcontextprotocol.io for learn mcp client

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

Related other servers