mcp-client-server-http-demo

codingthanos-glitch/mcp-client-server-http-demo
★ 0 stars Python Code/Dev Tools Updated 6d ago
A simple Model Context Protocol (MCP) client-server application demonstrating tool discovery and tool execution using the MCP Python SDK with Streamable HTTP transport.
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-client-server-ht": {
      "command": "uvx",
      "args": [
        "mcp-client-server-http-demo"
      ]
    }
  }
}

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