Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by JakePartusch • Analytics & Monitoring
A Cloudflare Workers example that runs a remote Model Context Protocol (MCP) server with OAuth login, enabling tools to be exposed to MCP clients like the MCP Inspector and Claude Desktop.
Call custom tools over MCP from a remote server hosted on Cloudflare Workers (e.g., run math or utility tools from Claude).
A local development setup to test MCP integrations using SSE transport and a mock OAuth flow before deploying to production.
An example of deploying MCP endpoints with Cloudflare Workers and using KV storage for OAuth credential/state management.
This repository provides a ready-to-run MCP server implementation deployable to Cloudflare Workers, with local development instructions, SSE transport support, and a mock OAuth login flow. It shows how to connect the MCP Inspector and Claude Desktop to the server, and includes deployment steps using Wrangler and a KV namespace for auth. The project is useful for testing and exposing custom tools to MCP-capable agents and clients.