general MCP Server
A type-safe solution to remote MCP communication, enabling effortless integration for centralized management of Model Context.
Discovered via list:awesome-mcp-servers-appcypher and last synced 3mo ago.
1. Install the package
npx -y @remote-mcp/client
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-ssut-remote-mcp": {
"command": "npx",
"args": [
"@ssut/remote-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)