Building a Remote MCP Server on Cloudflare (Without Auth)
@elizabethsiegle
About Building a Remote MCP Server on Cloudflare (Without Auth)
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
Building a Remote MCP Server on Cloudflare (Without Auth) is a template for deploying a remote MCP server on Cloudflare Workers that requires no authentication and returns GIFs based on input queries. It targets developers who want a quick, unauthenticated remote MCP server integrated with Cloudflare's infrastructure.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy using the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless on the command line. Customize tools inside the init() method of src/index.ts via this.server.tool(...). Connect from the Cloudflare AI Playground or from local MCP clients (e.g., Claude Desktop) using the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server to Cloudflare Workers
- No authentication required for the MCP server
- Returns GIFs based on input queries
- Easily customizable with your own tools
- Connects to Cloudflare AI Playground as a remote MCP client
- Compatible with local MCP clients via mcp-remote proxy
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly deploy a no-auth remote MCP server on Cloudflare Workers
- Integrate MCP tools with the Cloudflare AI Playground
- Connect a remote MCP server to Claude Desktop for tool use
- Build and test custom MCP tools without managing authentication
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the server?
Use the "Deploy to Workers" button on the README page or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in your terminal.
Where is the server URL after deployment?
The server deploys to a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse.
How do I add or customize tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect from Claude Desktop?
Use the mcp-remote proxy. Update your Claude Desktop config to point to the server's SSE endpoint via npx mcp-remote <server-url>/sse.
Does this require any authentication?
No, this server is intentionally built without authentication for easy testing and prototyping.
Frequently asked questions
How do I deploy the server?
Use the "Deploy to Workers" button on the README page or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` in your terminal.
Where is the server URL after deployment?
The server deploys to a URL like `remote-mcp-server-authless.<your-account>.workers.dev/sse`.
How do I add or customize tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How do I connect from Claude Desktop?
Use the `mcp-remote` proxy. Update your Claude Desktop config to point to the server's SSE endpoint via `npx mcp-remote <server-url>/sse`.
Does this require any authentication?
No, this server is intentionally built without authentication for easy testing and prototyping.
Basic information
More Search MCP servers
DuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Goalie Trademark Search MCP
goalie-mcpSearch & filter 14M+ USPTO trademark records from an AI agent. This is a trademark MCP server, not a TSDR lookup.
Comments