Building a Remote MCP Server on Cloudflare (Without Auth)
@elizabethsiegle
Building a Remote MCP Server on Cloudflare (Without Auth) について
Remote MCP server to summarize/scrape Andor season 2 episodes using Browser Rendering and Workers AI
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This template deploys a remote MCP server on Cloudflare Workers that does not require authentication. The server includes tools for website scraping and content extraction using Cloudflare's Browser Rendering and AI capabilities.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with the “Deploy to Workers” button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Connect clients using the deployed SSE URL (remote-mcp-server-authless.<your-account>.workers.dev/sse) or via the mcp-remote proxy for local clients like Claude Desktop.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without authentication on Cloudflare Workers
- Built-in tools for website scraping and content extraction
- Leverages Cloudflare Browser Rendering and AI
- Connects to Cloudflare AI Playground and Claude Desktop
- Customizable by adding your own tools in
src/index.ts
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Provide remote MCP tools to AI assistants without local setup
- Scrape and extract content from websites in real-time
- Build a public MCP endpoint for experimentation and demos
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Does this MCP server require authentication?
No, the server is intentionally designed without authentication for simplified deployment and testing.
How do I deploy Building a Remote MCP Server on Cloudflare (Without Auth)?
Click the “Deploy to Workers” button in the README or use the command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless.
How can I connect to this server from Claude Desktop?
Use the mcp-remote proxy (available via npm). Add a configuration entry in Claude Desktop pointing to the server's SSE URL.
How do I customize the server's tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
What tools are included by default?
The server includes tools for website scraping and content extraction powered by Cloudflare's Browser Rendering and AI capabilities.
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
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
コメント