Building a Remote MCP Server on Cloudflare (Without Auth)

by dinasaur404

110 downloads
Not rated
GitHub

Description

# Building a Remote MCP Server on Cloudflare (Without Auth) This example demonstrates how to create a remote MCP server on Cloudflare Workers that doesn't require authentication. ## Setup and Installation ```bash # Clone the repository git clone git@github.com:cloudflare/ai.git…

About

# Building a Remote MCP Server on Cloudflare (Without Auth) This example demonstrates how to create a remote MCP server on Cloudflare Workers that doesn't require authentication. ## Setup and Installation ```bash # Clone the repository git clone git@github.com:cloudflare/ai.git # Navigate to the project directory cd…

Details

Author
dinasaur404
Downloads
110
Categories
Developer Tools

- Deploy a remote MCP server on Cloudflare Workers
- No authentication required for access
- Uses SSE (Server-Sent Events) transport
- Easy connection to Cloudflare AI Playground
- Works with Claude Desktop via mcp-remote tool
- Simple one-command deployment

Clone the repository, install dependencies with pnpm install, then deploy using pnpm run deploy. The server becomes available at a URL like remote-mcp-server-authless.your-account.workers.dev/sse. For local testing, run npm run dev to access it at http://localhost:8787/sse. Connect to it from Cloudflare AI Playground or Claude Desktop using the provided configuration.

Building a Remote MCP Server on Cloudflare (Without Auth)

This example demonstrates how to create a remote MCP server on Cloudflare Workers that doesn't require authentication.

Setup and Installation

```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.