Remote MCP Server on Cloudflare

by MCP-Mirror

292 downloads
Not rated
GitHub

About

Remote MCP Server on Cloudflare is a template to deploy an MCP server on Cloudflare Workers with OAuth login. It is designed for developers who want to run a remote MCP server that can be accessed by MCP clients such as Claude Desktop.

Details

Author
MCP-Mirror
Downloads
292
Categories
Cloud Service

- Deploy an MCP server on Cloudflare Workers
- Include OAuth login for authentication
- Develop and test locally with MCP Inspector
- Connect directly to Claude Desktop via a proxy

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Remote MCP Server on Cloudflare
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Use the MCP Inspector to test the server by connecting via SSE to http://localhost:8787/sse. Deploy to Cloudflare with npm run deploy after creating a KV namespace. Connect Claude Desktop by editing its config to use npx mcp-remote pointing to your server’s /sse endpoint.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "remote mcp server on cloudflare": {
            "Laity624_my-mcp-server": {
                "command": "npx",
                "args": [
                    "nx",
                    "dev",
                    "remote-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "Laity624_my-mcp-server": {
        "command": "npx",
        "args": [
            "nx",
            "dev",
            "remote-mcp-server"
        ]
    }
}

Remote MCP Server on Cloudflare

Let's get a remote MCP server up-and-running on Cloudflare Workers complete with OAuth login!

Develop locally

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.