Authless Remote MCP Server on Cloudflare
About
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Details
- Author
- dinasaur404
- Categories
- Developer Tools, Other, Cloud Service, Infrastructure
Jump to
Setup
Install Authless Remote MCP Server on Cloudflare in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/dinasaur404/remote-mcp-server-authless-braze
Follow the installation instructions in the repository README, then restart your MCP client.
Authless Remote MCP Server on Cloudflare
An example of a remote MCP server deployable 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.
Interact with Salesforce data using SOQL queries and SOSL searches via an MCP server.
Salesforce integration using OAuth2. Write operations disabled by default per integration. 700+ tools covering SOQL, SOSL, REST, and CRUD, individually selectable. Requires a DataGrout account.
Find buyers and book more meetings without your AI Assistant
Built for the next generation of intelligent experiences, ActiveCampaign's remote MCP server makes it easy for AI agents to understand, store, and use customer context across tools, channels, and workflows.
A read-only MCP server for Salesforce Data Cloud, powered by CData.
Customer Intelligence & Segmentation
Find Which next customer to call and how much will be worth it
HubSpot CRM MCP server: contacts, deals, pipelines. Idempotent writes and a full audit trail.
Access and manage HubSpot CRM data through a standardized interface using the HubSpot API.
Integrate with HubSpot CRM to manage contacts, deals, and companies.
Waterfall lead enrichment for AI agents — cascades Apollo, Clearbit, and Hunter for maximum data coverage.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





