MCP Directory
Back

mcp-client

by mordsm · ★ 0

based on https://modelcontextprotocol.io/quickstart/client

Install

git clone https://github.com/mordsm/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": "npx",
      "args": [
        "-y",
        "github:mordsm/mcp-client"
      ]
    }
  }
}

From the README

based on https://modelcontextprotocol.io/quickstart/client
Read full README on GitHub →

Related other servers