MCP.so
登录

Remote MCP Server on Cloudflare

@netanelgilad

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

netanelgilad

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Remote MCP Server on Cloudflare?

It is a project to get a remote MCP server running on Cloudflare Workers with OAuth login, enabling AI clients to connect over HTTP.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. Connect clients via SSE endpoints (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse remotely).

Key features of Remote MCP Server on Cloudflare

  • Runs MCP server on Cloudflare Workers with SSE transport.
  • Includes OAuth login flow for user authentication.
  • Supports local development with hot-reload.
  • Can be connected via MCP Inspector for testing.
  • Integrates with Claude Desktop through a local proxy (mcp-remote).

Use cases of Remote MCP Server on Cloudflare

  • Developing and testing MCP tools locally.
  • Deploying a remote MCP server accessible over the internet.
  • Connecting Claude Desktop to a self-hosted remote MCP server.
  • Using the MCP Inspector to explore and call tools.

FAQ from Remote MCP Server on Cloudflare

How do I run the server locally?

Clone the repo, run npx nx dev remote-mcp-server in the ai directory. The server will be available at http://localhost:8787/.

How can I test the MCP endpoints locally?

Use the MCP Inspector: start it with npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse as the server URL. A mock login screen will appear; input any email/password to connect.

How do I deploy the server to Cloudflare?

Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.

How do I connect Claude Desktop to this server?

Update Claude’s config file (mcpServers.math.args) to use npx mcp-remote with the SSE URL (local or remote). Restart Claude. A browser window will open for login.

What should I do if something goes wrong?

Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the cached files with rm -rf ~/.mcp-auth.

评论

云与基础设施 分类下的更多 MCP 服务器