cf-mcp-server
The project provides a Cloudflare Worker using the Model Context Protocol that allows the AI assistant Claude to access and use external services and APIs directly from user interactions. It features tools for fetching weather data, IP geolocation, web search, and HTTP requests, designed for seamless integration and interaction.
MCP-Enabled Cloudflare Worker for Claude
This project is a Cloudflare Worker implementing the Model Context Protocol (MCP). It enables Claude to access various external services directly from conversations, offering features like weather information, IP geolocation, web search, and custom HTTP request proxying. The setup requires Node.js, npm, a Cloudflare account, and certain API keys. The worker can be deployed on Cloudflare, and each feature is accessed via specific functions without the need for unused services to be configured.
Features
- Weather Information
- IP Geolocation
- Web Search
- HTTP Request Proxy