Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by fgh23333 • APIs & Integration
A Model Context Protocol (MCP) server implementation you can run locally or deploy to Cloudflare Workers to expose tools over SSE and support OAuth login for clients like the MCP Inspector and Claude Desktop.
Call external tools over MCP/SSE (e.g., calculators or domain-specific utilities) from Claude or other MCP clients.
A deployable, OAuth-enabled MCP endpoint hosted on Cloudflare Workers for secure remote access to tools.
A local development loop to test MCP tool integrations with the MCP Inspector and Claude Desktop before deploying to production.
This repository provides a remote MCP server that can be developed locally and deployed to Cloudflare Workers. It includes instructions to run a local SSE endpoint, integrate with the MCP Inspector, and configure Claude Desktop to proxy to the MCP server. The project shows how to add OAuth support using Workers KV and how to deploy with Wrangler, making it easy to expose custom tools to MCP-compatible clients.