MCP_Remote_server_test

priyamvadasingh2511/MCP_Remote_server_test
★ 0 stars Python 💻 Code/Dev Tools Updated 8d ago
A test remote MCP server
View on GitHub →

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_remote_server_te": {
      "command": "uvx",
      "args": [
        "mcp-remote-server-test"
      ]
    }
  }
}

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