remote-mcp-server-authless
Verified Safeby QAZ83
Overview
A remote Model Context Protocol (MCP) server designed for Cloudflare Workers to expose AI agent tools, primarily demonstrating a calculator without requiring authentication for easy integration with MCP clients.
Installation
wrangler devSecurity Notes
The server is explicitly designed to operate 'without authentication', which is a significant security risk if deployed in a production environment with sensitive tools. Anyone with the deployed URL can access and execute the exposed tools. The provided calculator tools themselves (`add`, `calculate`) are simple and do not exhibit immediate code injection vulnerabilities, leveraging `zod` for input validation. However, the 'authless' nature necessitates careful consideration for any custom tools added by the developer.
Similar Servers
mcp-remote-server-cloudflare
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose simple calculator and random number generation tools without requiring authentication.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing a set of calculator tools without requiring authentication, designed for integration with AI clients like Cloudflare AI Playground or Claude Desktop.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools for integration with AI agents, without requiring authentication.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.