test-remote-server-mcp

mhaseebk54/test-remote-server-mcp
★ 0 stars Python Code/Dev Tools Updated 7d ago
A testing mcp server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "test-remote-server-m": {
      "command": "uvx",
      "args": [
        "test-remote-server-mcp"
      ]
    }
  }
}

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