Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by yoyooyooo • Tools & CLI
A Cloudflare Workers-based remote MCP (Model Context Protocol) server that provides OAuth-protected tool endpoints for use with MCP clients like the MCP Inspector and Claude Desktop.
Expose and host custom tools over SSE so external MCP clients (like the MCP Inspector or Claude Desktop) can discover and invoke them.
OAuth-protected remote tool invocation, providing a simple authentication flow and KV-backed session storage for Cloudflare Workers.
An easy local-to-production workflow to develop, test, and deploy MCP toolservers and integrate them with Claude via a local proxy.
This repository provides a ready-to-run MCP server implementation deployable to Cloudflare Workers, with local development, OAuth login, and SSE transport support. It includes instructions to connect the MCP Inspector and configure Claude Desktop to proxy to the server, enabling remote tool listing and invocation. The project simplifies developing, testing, and deploying MCP tool endpoints so agents can securely call defined tools from local or remote clients.