Building a Remote MCP Server on Cloudflare (Without Auth)
@dakotatores01
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
A deployable template for creating a remote MCP server on Cloudflare Workers that does not require authentication. It is intended for developers who want to expose MCP tools over SSE without setting up an auth layer.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, the server is accessible at an SSE endpoint. Customize tools by editing src/index.ts using this.server.tool(). Connect clients like Cloudflare AI Playground or Claude Desktop (via mcp-remote proxy) by providing the SSE URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy to Cloudflare Workers with one click or CLI.
- No authentication required for remote access.
- Uses SSE transport for MCP communication.
- Customizable tools via code inside
init()method. - Connects to Cloudflare AI Playground natively.
- Works with Claude Desktop through mcp-remote proxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Exposing MCP tools remotely without auth for prototyping.
- Integrating with Cloudflare AI Playground for testing.
- Connecting local LLM clients like Claude to remote tools.
- Quick deployment of a server-side MCP endpoint.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this MCP server do?
It provides a ready-to-deploy template for a remote MCP server on Cloudflare Workers that does not require authentication.
How do I deploy it?
Use the "Deploy to Workers" button or run npm create cloudflare@latest with the specified template.
How do I add custom tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/ and enter your deployed SSE URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse).
How do I connect from Claude Desktop?
Use the mcp-remote proxy: in Claude Desktop configuration, set command to npx mcp-remote with your SSE URL as argument.
开发工具 分类下的更多 MCP 服务器
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Grafana MCP server
grafanaMCP server for Grafana
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
评论