remote-mcp-server
0
This project provides a guide to setting up and deploying a remote Model Context Protocol (MCP) server using Cloudflare Workers. It includes instructions for local and remote configurations, connecting with the MCP Inspector, and integration with Claude Desktop.
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 locally.
Connect the MCP Inspector
- Use the MCP Inspector tool to explore your MCP API.
- Configure and connect to the local MCP server.
Connect Claude Desktop
- Integrate with Claude Desktop by setting the MCP server in the configuration file.
Deploy to Cloudflare
- Create a KV namespace and deploy the server.
Connect Claude Desktop to Remote Server
- Update the configuration to use the deployed server's URL.
Debugging
- Tips for troubleshooting connection issues.