mcp-server-authless
Verified Safeby Origonlabs
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication, allowing AI clients to access custom tools.
Installation
No command providedSecurity Notes
The server is explicitly designed to be 'authless', meaning any client with the URL can connect. While suitable for demonstration, this poses a network risk in production environments if sensitive tools are exposed or if the tools themselves have security vulnerabilities. No obvious 'eval' or obfuscation is mentioned within the provided README.
Similar Servers
test-remote-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose custom tools to AI agents without authentication.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.
n8n-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers for exposing AI tools without requiring authentication.
remote-mcp-server-authless-globaldots
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, allowing external clients to access custom AI tools without authentication.