- Home
- MCP servers
- Remote MCP Server (Cloudflare Authless)
Remote MCP Server (Cloudflare Authless)
- 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.
You can deploy a remote MCP server that runs on Cloudflare Workers and expose its MCP tools to clients without requiring authentication. This setup lets you connect from a browser playground or local MCP clients to run your tools remotely in a scalable edge environment.
How to use
Connect from the Cloudflare AI Playground to your deployed MCP server to test and run your tools directly in the browser. Open the playground, enter your deployed MCP server URL, and start using the available tools without managing a local server.
You can also connect from local MCP clients by pointing them at the remote MCP server URL. For example, you can use an MCP client to reach the server at the following address: remote-mcp-server-authless.<your-account>.workers.dev/sse.
How to install
Prerequisites you need before starting:
- Node.js and npm installed on your machine
Follow these steps to create and deploy the remote MCP server on Cloudflare:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless