remote-mcp-server-authless
0
This project allows users to deploy a remote MCP server on Cloudflare Workers, focusing on easy setup without requiring authentication. It is designed for integration with tools like Cloudflare AI Playground and Claude Desktop, providing flexibility and customization for server functionalities.
Building a Remote MCP Server on Cloudflare
- Deploy a remote MCP server that doesn't require authentication using Cloudflare Workers.
- Customize your MCP server by adding tools in the
init()
method ofsrc/index.ts
. - Connect to the MCP server via Cloudflare AI Playground or local MCP clients like Claude Desktop using the mcp-remote proxy.
- Provides a URL structure for deploying the server:
remote-mcp-server-authless.<your-account>.workers.dev/sse
.