mcp-client-server-app

ganjisiva-gith/mcp-client-server-app
★ 0 stars Python Code/Dev Tools Updated today
Create MCP client server application
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-ap": {
      "command": "uvx",
      "args": [
        "mcp-client-server-app"
      ]
    }
  }
}

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