remote-mcp-server

jkelsh/remote-mcp-server
★ 0 stars TypeScript Security Updated 11d ago
An 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": {
      "command": "npx",
      "args": [
        "-y",
        "jkelsh/remote-mcp-server"
      ]
    }
  }
}

README Excerpt

This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers. This will deploy your MCP server to a URL like: `remote-mcp-server-authless.<your-account>.workers.dev/mcp` Alternatively, you can use the command line below to get the remote MCP Server created on your local machine: