remote-mcp-server-test

tarunrockr/remote-mcp-server-test
★ 0 stars Python Code/Dev Tools Updated 2d ago
Testing MCP Server
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": {
    "remote-mcp-server-te": {
      "command": "uvx",
      "args": [
        "remote-mcp-server-test"
      ]
    }
  }
}

Or install with pip: pip install remote-mcp-server-test