Cloudflare MCP Server

by yzlink7

Not rated
GitHub

About

Deploy a remote, authentication-free MCP server on Cloudflare Workers.

Details

Author
yzlink7
Categories
Cloud Service, Other, Infrastructure

Setup

Install Cloudflare MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/yzlink7/mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Building a Remote MCP Server on Cloudflare (Without Auth)

This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers.

This will deploy your MCP server to a URL like:remote-mcp-server-authless.<your-account>.workers.dev/sse

Alternatively, you can use the command line below to get the remote MCP Server created on your local machine:

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

To add your owntoolsto the MCP server, define each tool inside theinit()method ofsrc/index.tsusingthis.server.tool(...).

You can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:
- Go to
https://playground.ai.cloudflare.com/
- Enter your deployed MCP server URL (remote-mcp-server-authless.<your-account>.workers.dev/sse)
- You can now use your MCP tools directly from the playground!

Connect Claude Desktop to your MCP server

You can also connect to your remote MCP server from local MCP clients, by using themcp-remote proxy.

To connect to your MCP server from Claude Desktop, followAnthropic's Quickstartand within Claude Desktop go to Settings > Developer > Edit Config.

{ "mcpServers": { "calculator": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse ] } } }

Restart Claude and you should see the tools become available.

A self-hostable MCP server for deployment on Cloudflare Workers using Durable Objects.

Deploy a remote, authentication-free MCP server on Cloudflare Workers.

Multi-cloud deployment MCP server — deploy to Cloudflare Pages, Vercel, or Netlify from a single tool with 26 MCP tools.

The remote MCP bridge that lets any AI agent deploy, manage, and scale applications to Cloudflare, Netlify, or Vercel.

A remote, auth-less MCP server deployable on Cloudflare Workers or locally via npm.

A remote MCP server deployable on Cloudflare Workers with OAuth login support.

A remote MCP server deployable on Cloudflare Workers with OAuth login support.

Core AWS MCP server providing prompt understanding and server management capabilities.

An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.

Create, build, deploy, and manage Netlify resources using natural language.

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.