remote-mcp-server-authless
0
The project provides a way to deploy and customize a remote MCP server on Cloudflare Workers without requiring authentication. It connects with Cloudflare AI Playground or local clients and can be integrated with tools like Claude Desktop.
Building a Remote MCP Server on Cloudflare
This project provides an example to deploy a remote MCP server on Cloudflare Workers without authentication.
Features
- Deploy MCP server on Cloudflare Workers easily.
- Connect with Cloudflare AI Playground: Access deployed MCP server tools directly.
- Local and remote MCP client connection via mcp-remote proxy.
Usage
- Deployment: Use Cloudflare's tools or CLI for setup.
- Customization: Add tools in
src/index.ts
usingthis.server.tool(...)
. - Connect via configured URLs or locally using mcp-remote proxy.
- Integrate with Claude Desktop using specific settings.