Remote MCP Server (Authless)
About
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Details
- Author
- scottglshields
- Categories
- Developer Tools, Infrastructure, Cloud Service
Jump to
Setup
Install Remote MCP Server (Authless) in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/scottglshields/remote-mcp-server-authless
Follow the installation instructions in the repository README, then restart your MCP client.
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
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 tohttps://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.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Deploy Python functions as web apps. Type hints become UI, API, and shareable links. 32 MCP tools for deploy, run, storage, secrets, scheduling, versioning, and sharing.
Go from AI prompt to live app in one click. CloudBase AI ToolKit is the bridge that connects your AI IDE (Cursor, Copilot, etc.) directly to Tencent CloudBase.
Full-stack backend platform MCP — provision apps, manage databases, deploy functions, and more.
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers. Tools are defined directly in the source code.
The Railway MCP Server enables natural language interaction with your Railway projects and infrastructure. Ask your IDE or AI assistant to create projects, deploy templates, manage environments, pull variables, redeploy services, and more.
The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments..
HashiCorp Terraform MCP server for Infrastructure as Code workflows, including provider and module discovery through the Terraform Registry.
An example of a remote MCP server deployed on Cloudflare Workers without authentication.
A remote MCP server without authentication, designed for easy deployment on Cloudflare Workers.
An example of a remote MCP server without authentication, deployable on Cloudflare Workers or runnable locally via npm.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





