MCP Directory
Back

mcp-client

by scottlaw1 · Python · ★ 0

Lightly-modified MCP client from modelcontextprotocol.io example that can integrate with all MCP servers

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

A simple MCP client that can integrate with MCP servers. I followed the instructions [here](https://modelcontextprotocol.io/docs/develop/build-client). Unlike my [Build an MCP weather server](https://github.com/scottlaw1/weather) experience, I had to make a few changes to get the client to work. I followed the [instructions](https://modelcontextprotocol.io/docs/develop/build-client) at the Model Context Protocol site all the way through. The key problem with that approach didn't reveal themselves until I first tried to run the client against my working server. The model they hard-code in…
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 developer tools servers