Building a Remote MCP Server on Cloudflare (Without Auth)
Created at 7 months ago
by simonberner
Demo of a remote deployed MCP Server
Categories
cloud-platforms
Tags
[]
What is MCP-TS-Demo-CF?
MCP-TS-Demo-CF is a demonstration project that allows users to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers without requiring authentication.
How to use MCP-TS-Demo-CF?
To use this project, you can deploy the MCP server directly to Cloudflare Workers using the provided deployment button or by running a command in your terminal to create it locally.
Key features of MCP-TS-Demo-CF?
- Deploys a remote MCP server on Cloudflare Workers.
- No authentication required for access.
- Customizable tools can be added to the MCP server.
- Connects seamlessly with the Cloudflare AI Playground.
Use cases of MCP-TS-Demo-CF?
- Deploying a quick and easy remote server for testing and development.
- Integrating with Cloudflare AI Playground for enhanced AI tool usage.
- Customizing the server with specific tools for various applications.
FAQ from MCP-TS-Demo-CF?
- Can I deploy this server without authentication?
Yes! This demo is specifically designed to work without authentication.
- How do I customize the tools on my MCP server?
You can define your tools inside the
init()method of the server's code.
- Is there a command line option to create the server?
Yes! You can use the command
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessto create it locally.
View More
MCP Servers