remote-mcp-server-authless-andor
by elizabethsiegle·★ 1·Score 28
Remote MCP server for web scraping using Cloudflare Browser Rendering and Workers AI, with no authentication required.
Overview
This is a remote MCP server that can be deployed on Cloudflare Workers without requiring authentication. It provides tools for website scraping and content extraction using Cloudflare's Browser Rendering and AI capabilities. The server demonstrates how to create a remote MCP service that can be connected to various MCP clients like Claude Desktop and the Cloudflare AI Playground.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need a quickly deployable, auth-less MCP server for web scraping with AI capabilities, especially if you're already using Cloudflare services.
When NOT to choose this
Avoid this for production use requiring authentication or higher security needs, as it's designed without authentication and may not be suitable for sensitive data processing.
Comparable tools
Installation
Installation
- Deploy to Cloudflare Workers using the button below:
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless)
- Or use the command line to create the project locally:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless- Connect to Claude Desktop by adding this to your config:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}FAQ
- What authentication is required for this MCP server?
- None - this server is designed to be deployed without authentication, making it simple to set up.
- Which MCP clients can I connect to this server?
- You can connect with Cloudflare AI Playground and Claude Desktop using the mcp-remote proxy.
Compare remote-mcp-server-authless-andor with
Last updated · Auto-generated from public README + GitHub signals.