Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by zhoulf1006 • Testing & QA
A Cloudflare Workers-based MCP (Model Context Protocol) server that exposes tools over SSE with OAuth support, suitable for connecting MCP clients like the MCP Inspector and Claude Desktop.
Call external tools exposed over SSE from a remote MCP server (e.g., calculators, data lookups) via the Model Context Protocol.
Integrate a local development MCP server with GUI tooling like the MCP Inspector to explore and test tool endpoints before deployment.
A deployable example to run MCP servers on Cloudflare Workers and enable OAuth-backed access for remote clients such as Claude Desktop.
This repository provides a ready-to-run remote MCP server implemented for Cloudflare Workers, including local development instructions, OAuth-backed login, and deployment steps. It supports SSE transport so tools can be discovered and invoked from MCP clients (for example the MCP Inspector or Claude Desktop via the mcp-remote proxy). The README includes step-by-step guidance for local testing, connecting the MCP Inspector, integrating with Claude Desktop, and deploying to Cloudflare Workers with KV for OAuth state.