remote-mcp-server
0
This project guides users through setting up a remote Model Context Protocol (MCP) server on Cloudflare Workers, complete with OAuth integration, allowing for local development and remote deployment. It provides instructions for connecting the server to MCP Inspector and Claude Desktop, enabling interaction with defined tools via HTTP.
Remote MCP Server on Cloudflare
- Set up a remote MCP server on Cloudflare Workers with OAuth login.
- Develop locally: Clone the repository, install dependencies, and run the server.
- Connect the MCP inspector to explore your MCP API.
- Integrate with Claude Desktop for interaction over HTTP.
- Deploy to Cloudflare utilizing
npx wrangler
for namespace creation and deployment. - Debugging tips provided for connecting and troubleshooting MCP server issues.