Remote MCP Server on Cloudflare
About
A scaffold to get a remote MCP server running on Cloudflare Workers with OAuth login. It provides local development, deployment, and connection to MCP clients like Claude Desktop.
Details
- Author
- MCP-Mirror
- Downloads
- 193
- Categories
- Cloud Service
Jump to
- OAuth login integrated for authentication.
- Local development with live reload.
- One‑command deployment to Cloudflare Workers.
- Uses SSE transport for MCP communication.
- Works with MCP Inspector and Claude Desktop.
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Remote MCP Server on CloudflareCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repo, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy with npm run deploy after creating a Cloudflare KV namespace. Connect tools via SSE at the /sse endpoint using the MCP Inspector or Claude Desktop.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"remote mcp server on cloudflare": {
"cyyzpanpan_remote-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}
}
McpServers
{
"cyyzpanpan_remote-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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

