mcp-server-client

K-Divyasri/mcp-server-client
★ 0 stars Python AI/LLM Updated 2d ago
PersonalKB: a real Model Context Protocol server (notes search, weather) with a client bridge and agent loop, connectable to Claude Desktop
View on GitHub → 🔍 Audit Wallet Slippage →

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

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