remote-mcp-server-authless
If you are the rightful owner of remote-mcp-server-authless and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This guide provides instructions for deploying a remote MCP server on Cloudflare Workers without requiring authentication.
The guide outlines the steps to deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication. It provides a quick start using Cloudflare's deployment button or command line to set up the server locally. The server can be customized by adding tools in the `init()` method of the `src/index.ts` file. Users can connect to the server via the Cloudflare AI Playground or through local MCP clients like Claude Desktop using the `mcp-remote` proxy. This setup allows for seamless integration and usage of MCP tools across different platforms.
Features
- Deploy MCP server on Cloudflare Workers without authentication.
- Quick start deployment using Cloudflare's deployment button or command line.
- Customizable server with user-defined tools.
- Integration with Cloudflare AI Playground for remote MCP client access.
- Connection support for local MCP clients like Claude Desktop using `mcp-remote`.