remote-mcp-server-authless
0
This project provides a method to deploy and customize a remote Model Context Protocol (MCP) server using Cloudflare Workers. It does not require authentication and supports integration with platforms like Cloudflare AI Playground and Claude Desktop.
Building a Remote MCP Server on Cloudflare
This project guides you in deploying a remote MCP server without authentication using Cloudflare Workers.
Get Started
- Use the provided button to deploy to Cloudflare Workers.
- Alternatively, use the command line for local setup.
Customizing your MCP Server
- Define each tool in the
init()
method ofsrc/index.ts
.
Connect to Cloudflare AI Playground
- Access the playground at https://playground.ai.cloudflare.com/ and enter your server URL.
Connect Claude Desktop
- Use the
mcp-remote
proxy to connect from local MCP clients like Claude Desktop.