remote-mcp-server-authless
0
This project provides an example of deploying a remote MCP server on Cloudflare Workers without authentication. It includes guides to customize the server with tools and connect it to various AI playgrounds and local clients.
Building a Remote MCP Server on Cloudflare
This example guides you on how to deploy a remote MCP server without authentication on Cloudflare Workers.
Get started:
- Deploy your MCP server using Cloudflare Workers by clicking the Deploy button provided.
Customizing your MCP Server:
- Add tools to your MCP server by defining them in the
init()
method ofsrc/index.ts
usingthis.server.tool(...)
.
Connect to Cloudflare AI Playground:
- Connect your MCP server to the Cloudflare AI Playground by entering your server URL.
Connect Claude Desktop to your MCP server:
- Use the to connect your server to local MCP clients like Claude Desktop. Follow configuration steps to integrate.