Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by cmsparks • APIs & Integration
A reference implementation of a remote Model Context Protocol (MCP) server deployable to Cloudflare Workers that supports OAuth login and SSE for connecting clients like the MCP Inspector and Claude Desktop.
A remotely hosted MCP server reachable over SSE/HTTP so they can discover and invoke registered tools from a central endpoint.
A simple OAuth-enabled MCP backend to authenticate users before exposing tool endpoints to clients like the MCP Inspector.
A Cloudflare Workers-deployable example to prototype and expose custom MCP tools to desktop clients such as Claude Desktop.
This repository provides a ready-to-run MCP server that can be developed locally and deployed to Cloudflare Workers, including instructions for configuring OAuth, KV storage, and SSE endpoints (/sse). It's intended as a developer example to let tools and agents (e.g., the MCP Inspector or Claude Desktop) discover and call defined MCP tools via a remote HTTP/SSE transport. The README includes step-by-step local development, Claude Desktop integration, and deployment instructions to Cloudflare Workers.