Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by lellocb • IoT & Embedded
A sample MCP (Model Context Protocol) server deployed on Cloudflare Workers that supports OAuth login and SSE to connect remote MCP clients like Claude Desktop and the MCP Inspector.
A remote MCP endpoint to invoke custom tools over SSE while preserving user authentication via OAuth.
Integrate with Claude Desktop or the MCP Inspector to discover and call hosted tools from a local or cloud-hosted server.
A deployable example showing how to run an MCP server on Cloudflare Workers, including KV-backed OAuth state and Wrangler deployment steps.
This repository provides a ready-to-run MCP server implementation you can run locally or deploy to Cloudflare Workers, complete with OAuth-backed authentication and Server-Sent Events (SSE) transport. It includes development instructions, examples for connecting the MCP Inspector and Claude Desktop, and deployment steps using Wrangler and KV for OAuth state. The project is intended to make it easy to expose tool APIs to remote agents and to demonstrate integrating MCP with Cloudflare's edge platform.