remote-mcp-server-authless-scrape-and-analyze-website
6
This project provides a method for deploying a remote MCP server on Cloudflare Workers. It includes tools for website analysis and content extraction, leveraging Cloudflare's AI capabilities, and allows integration with various clients without requiring authentication.
Overview
This project demonstrates how to deploy a remote Model Context Protocol (MCP) server on Cloudflare without requiring authentication. The server is equipped with website analysis and content extraction tools that utilize Cloudflare's Browser Rendering and AI capabilities. Users can deploy the server through Cloudflare Workers and connect to it via the Cloudflare AI Playground or local MCP clients.
Available Tools
- Website Analysis Tools
- analyze_website: Scrapes and analyzes websites, providing content summaries using Cloudflare AI.
- ask_q_about_website: Answers specific questions about website content through scraping and AI processing.
Customization and Integration
- Define custom tools inside the
init()
method ofsrc/index.ts
. - MCP server can be connected to the Cloudflare AI Playground and local clients like Claude Desktop using the mcp-remote proxy.