Remote

Deploys a remote MCP server that exposes tools over HTTP and supports local stdio clients via mcp-remote.
  • typescript

0

GitHub Stars

typescript

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You can deploy a remote MCP server that runs on Cloudflare Workers, exposing MCP tools over HTTP and allowing local clients to connect via a proxy. This setup enables you to publish your own tools and access them from MCP clients or the Cloudflare AI Playground.

How to use

Connect to your remote MCP server from an MCP client to run and manage your tools. You can access your server from the Cloudflare AI Playground or connect locally through the mcp-remote proxy.

How to use

Cloudflare AI Playground

  1. Open the Cloudflare AI Playground at the provided entry point.
  2. Enter your deployed MCP server URL: remote-mcp-server-authless.<your-account>.workers.dev/sse
  3. You can start using your MCP tools directly from the playground, testing them in real time.

How to use

Claude Desktop connection

  1. Install and run Claude Desktop, then open Settings > Developer > Edit Config.
  2. Add your MCP server as a remote target using the following configuration.

How to use

{
  "mcpServers": {
    "calculator": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"  
      ]
    }
  }
}
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Remote MCP Server - liujiajia111/remote-mcp | VeilStrat