client-mcp-server

sonawanewdinesh18/client-mcp-server
★ 0 stars Python AI/LLM Updated 2d ago
A modern, interactive Model Context Protocol (MCP) Client & AI Agent Studio built with Streamlit, LangGraph, and OpenAI. Connect multiple SSE and stdio MCP servers with live tool discovery and execution tracing.
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": {
    "client-mcp-server": {
      "command": "uvx",
      "args": [
        "client-mcp-server"
      ]
    }
  }
}

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