Building a Remote MCP Server on Cloudflare (Without Auth)
@Mechanicalgoat
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
A deployable remote MCP server that runs on Cloudflare Workers with no authentication required. It provides an SSE endpoint and allows custom tool definitions.
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. Customize tools by editing src/index.ts using this.server.tool(...). Connect to Cloudflare AI Playground by entering the deployed URL, or to Claude Desktop using the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploys to Cloudflare Workers with a single click.
- No authentication required.
- Supports custom MCP tools.
- Uses SSE transport.
- Can be connected from remote or local MCP clients.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose MCP tools via a publicly accessible URL.
- Connect MCP tools to Cloudflare AI Playground.
- Use with Claude Desktop via the mcp-remote proxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Does this MCP server require authentication?
No. It is explicitly designed to run without authentication.
How do I deploy the server?
Use the "Deploy to Workers" button on the GitHub page, or run the npm create cloudflare command with the provided template.
Can I add my own tools to the server?
Yes. Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect a local MCP client like Claude Desktop?
Use the mcp-remote proxy. Configure Claude Desktop with the proxy command and your server's SSE URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse).
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
@vercel/mcp-adapter
vercelEasily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
评论