MCP Directory
Back

Remote-MCP

by ssut · TypeScript · ★ 207

A type-safe solution to remote MCP communication, enabling effortless integration for centralized management of Model Context.

#ai#claude#llm#mcp#mcp-client#mcp-server#model-context-protocol

Install

npx -y github:ssut/Remote-MCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ssut/Remote-MCP"
      ]
    }
  }
}

From the README

A **type-safe, bidirectional and simple** solution for **remote MCP communication**, allowing remote access and centralized management of model contexts. Yes, I know that the official MCP roadmap includes remote MCP support in the first quarter of 2025. However, the need for remote access was *immediate* for me, and likely for many others. This library was created to bridge that gap, providing a way to connect to a remote MCP server from a local MCP client *right now*, without waiting for future official implementations. Note: I don't want this to be a sophisticated or overcomplicated thing.…
Read full README on GitHub →

Related ai & ml servers