drio
Open app

Remote MCP Server on Cloudflare

Source

Catalog onlyCatalog onlySTDIO

Overview

Remote MCP Server on Cloudflare is a project that enables users to set up a remote Model Context Protocol (MCP) server using Cloudflare Workers, complete with OAuth login functionality.

To use the Remote MCP Server, clone the repository, install dependencies, and run the server locally. You can then connect to the MCP Inspector to explore the API and integrate it with Claude Desktop for enhanced functionality.

  • Local development setup with easy commands - Integration with MCP Inspector for API exploration - Connection capabilities with Claude Desktop for advanced tool usage - Deployment to Cloudflare for remote access
  1. Setting up a remote server for model context protocols.
  2. Connecting various clients to a centralized MCP server.
  3. Facilitating OAuth login for secure access to the server.

Add to your AI client

Use these steps to connect Remote MCP Server on Cloudflare in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "remote-mcp-server-test-again-irvinebroque": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-remote-mcp-server-test-again-irvinebroque"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "remote-mcp-server-test-again-irvinebroque": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-remote-mcp-server-test-again-irvinebroque"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "remote-mcp-server-test-again-irvinebroque": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-remote-mcp-server-test-again-irvinebroque"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "remote-mcp-server-test-again-irvinebroque": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-remote-mcp-server-test-again-irvinebroque"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "remote-mcp-server-test-again-irvinebroque": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-remote-mcp-server-test-again-irvinebroque"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "remote-mcp-server-test-again-irvinebroque": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-remote-mcp-server-test-again-irvinebroque"
      ]
    }
  }
}

FAQ

Can I run this server locally?

Yes! You can develop and run the server locally before deploying it to Cloudflare.

How do I connect to the MCP Inspector?

Use the command `npx @modelcontextprotocol/inspector` and configure it to connect to your local server.

Is there a way to debug connection issues?

Yes, you can restart Claude or connect directly to your MCP server using the command line.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3765,"uuid":"52ca80e8-b9c8-41c3-b78c-763c6c333ee8","name":"remote-mcp-server-test-again","title":"Remote MCP Server on Cloudflare","description":"","avatar_url":"https://avatars.githubusercontent.com/u/1221592?v=4","created_at":"$D2025-03-21T14:38:05.148Z","updated_at":"$D2025-03-21T14:59:38.513Z","status":"created","author_name":"irvinebroque","author_avatar_url":"https://avatars.githubusercontent.com/u/1221592?v=4","tags":"remote-mcp,cloudflare,mcp-server","category":"cloud-platforms","is_featured":false,"sort":1,"url":"https://github.com/irvinebroque/remote-mcp-server-test-again","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/irvinebroque/remote-mcp-server-test-again/raw/main/img/mcp-inspector-sse-config.png","type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 14:06:48\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]