MCP Catalogs
Homeremote-mcp-server-authless-andor screenshot

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.

web-scrapingbrowser-automationai-llm
1
Forks
0
Open issues
13 mo ago
Last commit
2d ago
Indexed

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:

you:Extracting content from websites that require browser rendering
you:Creating custom AI-powered web scraping tools
you:Building remote MCP services without authentication infrastructure
you:What authentication is required for this MCP server?
you:Which MCP clients can I connect to this server?

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

cloudflare-mcpbrowserless-mcpplaywright-mcpscraping-mcp

Installation

Installation

  1. Deploy to Cloudflare Workers using the button below:

[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless)

  1. Or use the command line to create the project locally:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.