remote-mcp-server-authless

aviadkim/remote-mcp-server-authless

3.1

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 Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication.

The guide outlines the steps to deploy a remote MCP server on Cloudflare Workers, which does not require authentication. It provides a quick start option using a deployment button or command line instructions to set up the server locally. The server can be customized by adding tools in the `init()` method of the `src/index.ts` file. Additionally, the guide explains how to connect the deployed MCP server to the Cloudflare AI Playground and Claude Desktop, allowing users to utilize MCP tools directly from these platforms. The setup is designed to be straightforward, enabling users to quickly deploy and integrate their MCP server with various applications.

Features

  • Deploy MCP server on Cloudflare Workers without authentication.
  • Quick start deployment using a button or command line.
  • Customizable server with user-defined tools.
  • Integration with Cloudflare AI Playground.
  • Connection support for Claude Desktop via mcp-remote proxy.