Remote MCP Server Authless Transport
This project demonstrates how to deploy a remote MCP server without authentication on Cloudflare Workers, supporting connection and use of custom tools through clients such as AI Playground or Claude Desktop.
rating : 2 points
downloads : 11
What is Remote MCP Server?
This is an implementation of the Model Context Protocol (MCP) server built on Cloudflare Workers, allowing developers to deploy custom AI toolchains and access them through the standard MCP protocol. The server does not require authentication by default, making it suitable for rapid prototype development.How to use Remote MCP Server?
Quickly create an instance through one - click deployment or command - line tools, and then connect and use it from the Cloudflare AI Playground web page or the local Claude Desktop application.Use cases
Scenarios such as AI tool development and testing, rapid prototype verification, multi - platform tool sharing, and team collaborative development.Main Features
Cloudflare IntegrationDirectly deploy to the Cloudflare Workers edge computing platform for low - latency access globally
Authentication - FreeReady to use without configuring authentication (Note: Not suitable for production environments)
Tool CustomizationAdd custom MCP tools with simple code
Multi - Client SupportSupports connections from both the web (AI Playground) and desktop (Claude) clients simultaneously
Advantages and Limitations
Advantages
Easy deployment: One - click deployment
No maintenance required: Based on Serverless architecture
Global distribution: Utilize Cloudflare's global network
Developer - friendly: Rapid iteration and testing of tools
Limitations
No built - in authentication mechanism, not suitable for sensitive data
The free version has a limit on the number of requests
Basic programming knowledge is required to add custom tools
How to Use
Deploy the Server
Click the Deploy button or run the npm create command to create a server instance
Add Custom Tools
Edit the src/index.ts file and use this.server.tool() in the init() method to register tools
Connect the Client
Get the server URL (e.g., your - server.workers.dev/sse) and configure it on the client
Usage Examples
Connect to AI PlaygroundEnter the deployed MCP server URL into the AI Playground settings
Claude Desktop IntegrationConfigure Claude Desktop to use the remote MCP server
Frequently Asked Questions
Is this server secure?
How to add new tools?
Are there any request limits?
Related Resources
Cloudflare Workers Documentation
Official development documentation for Cloudflare Workers
MCP Protocol Specification
Official description of the Model Context Protocol
Example Code Repository
Source code for this project
Featured MCP Services

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
833
4.3 points

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
146
4.5 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
93
4.3 points

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
570
5 points

Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
285
4.5 points

Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
757
4.8 points