Remote MCP Server
by 787109040
This project provides a remote MCP (Model Context Protocol) server that can be deployed on Cloudflare Workers. It allows you to connect to the server using the MCP Inspector or Claude Desktop for interacting with tools.
Last updated: N/A
What is Remote MCP Server?
A remote MCP server built to run on Cloudflare Workers. It enables interaction with tools using the Model Context Protocol, accessible through clients like the MCP Inspector and Claude Desktop.
How to use Remote MCP Server?
- Develop locally using provided commands. 2. Deploy to Cloudflare Workers. 3. Connect to the server using the MCP Inspector by specifying the server's URL. 4. Integrate with Claude Desktop by updating the configuration file to point to the server's URL.
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 remote tools
Exposing tools via MCP over the internet
Building serverless MCP applications
Testing MCP integrations
Developing and deploying MCP servers quickly
FAQ from Remote MCP Server
How do I connect to the server locally?
How do I connect to the server locally?
Use the MCP Inspector and set the Transport Type to SSE, then enter http://localhost:8787/sse
as the URL.
How do I connect Claude Desktop to the server?
How do I connect Claude Desktop to the server?
Update the Claude configuration file to point to the server's URL (either local or deployed) and restart Claude.
What if something goes wrong?
What if something goes wrong?
Try restarting Claude or connecting directly to the MCP server on the command line using npx mcp-remote http://localhost:8787/sse
.
How do I deploy to Cloudflare?
How do I deploy to Cloudflare?
Create a KV namespace, add the namespace ID to wrangler.jsonc
, and run npm run deploy
.
What do I do if I have authentication issues?
What do I do if I have authentication issues?
In some cases, clearing the files added to ~/.mcp-auth
may help. Run rm -rf ~/.mcp-auth
.