- Home
- MCP servers
- Remote
Remote
- typescript
0
GitHub Stars
typescript
Language
3 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can deploy a remote MCP (Multi-Client Protocol) server that runs on Cloudflare Workers and does not require authentication. This setup lets you expose a set of MCP tools to clients and connect from official playgrounds or local clients through a simple proxy, making it easy to experiment with remote tooling and integrations.
How to use
Use an MCP client to connect to your deployed remote server and access its tools. You can run your server on Cloudflare Workers and then access it from the Cloudflare AI Playground to try out your tools directly. You can also connect from local MCP clients using the mcp-remote proxy by pointing to the server’s public SSE endpoint.
How to install
Prerequisites: you need Node.js and npm installed on your machine. Ensure you have access to Cloudflare credentials if you plan to deploy to Cloudflare Workers.
-
Create and deploy your MCP server using the Cloudflare template for the remote, authless experience.
-
Customize your server by editing the initialization code to add your own tools. In your source file, add tools inside the init() method with this.server.tool(...).
-
Run the deployment command to scaffold the server locally or publicly.
-
After deployment, note the public SSE URL you receive for your remote MCP server. You will use this URL to connect from clients.
Additional content
Connect to the Cloudflare AI Playground to test and use your MCP server tools remotely. Open the Playground, specify your deployed server URL, and you can execute available tools directly from the playground interface.
You can also connect Claude Desktop or other local MCP clients through the mcp-remote proxy. In Claude Desktop, add a config that points to your remote server’s SSE endpoint, so tools appear locally in your environment.