remote-mcp-server-authless-test
0
This project demonstrates how to deploy an authentication-free MCP server using Cloudflare Workers, allowing easy customization and connection with Cloudflare AI Playground and local clients.
Building a Remote MCP Server on Cloudflare
This project provides an example of how to deploy a remote MCP server without authentication using Cloudflare Workers. Key features include:
Get Started
- Deploy via Cloudflare Workers with a one-click button or through command line.
- The MCP server will be accessible at a specific URL structure.
Customizing
- Add custom tools to your MCP server by defining them in
src/index.ts
.
Connections
- Connect to the MCP server using the Cloudflare AI Playground.
- Link with local MCP clients using the mcp-remote proxy and configure Claude Desktop accordingly.