cf-mcp-server
If you are the rightful owner of cf-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository contains a Cloudflare Worker implementing the Model Context Protocol (MCP), enabling Claude to access various external services and APIs directly from conversations.
The MCP-Enabled Cloudflare Worker for Claude is designed to facilitate seamless integration with external services and APIs, allowing Claude to perform tasks such as fetching weather data, IP geolocation, web searches, and making HTTP requests. This setup requires Node.js, npm, and a Cloudflare account. The worker is configured through environment variables set in the Cloudflare Dashboard, ensuring secure management of API keys. Deployment is straightforward, and the worker can be customized by editing the source code to add new functionalities or modify existing ones.
Features
- Weather Information: Fetch current weather data for any city.
- IP Geolocation: Look up detailed information about any IP address.
- Web Search: Perform Google searches with customizable result count.
- HTTP Request Proxy: Make custom HTTP requests to any endpoint with full control over headers, methods, and body data.