Remote MCP Server
by juramaia-ai
This project provides a remote MCP (Model Context Protocol) server that can be deployed on Cloudflare Workers with OAuth login. It allows you to connect to the server using the MCP Inspector or Claude Desktop.
Last updated: N/A
What is Remote MCP Server?
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, enabling interaction with tools and services through a standardized protocol. It includes OAuth login for secure access.
How to use Remote MCP Server?
- Deploy the server to Cloudflare Workers using the provided instructions. 2. Connect to the server using the MCP Inspector by providing the server's URL. 3. Configure Claude Desktop to use the server by updating the configuration file with the server's URL. 4. Interact with the server's tools through Claude or the MCP Inspector.
Key features of Remote MCP Server
Remote MCP server
Cloudflare Workers deployment
OAuth login
MCP Inspector compatibility
Claude Desktop integration
Use cases of Remote MCP Server
Connecting Claude to external tools
Providing a remote interface for MCP tools
Enabling secure access to MCP services
Integrating AI models with custom functionalities
Building AI-powered applications with external tool access
FAQ from Remote MCP Server
How do I deploy the server?
How do I deploy the server?
Follow the instructions in the 'Deploy to Cloudflare' section of the README.
How do I connect the MCP Inspector?
How do I connect the MCP Inspector?
Start the MCP Inspector and configure the Transport Type to SSE, then enter the server's URL.
How do I connect Claude Desktop?
How do I connect Claude Desktop?
Update the Claude configuration file with the server's URL.
What if something goes wrong?
What if something goes wrong?
Restart Claude, try connecting directly to the MCP server on the command line, or clear the files added to ~/.mcp-auth.
Where can I find the server's URL after deployment?
Where can I find the server's URL after deployment?
The server's URL will be in the format of worker-name.account-name.workers.dev/sse
after deploying to Cloudflare Workers.