remote-mcp-server-authless
Verified Safeby jacewalker
Overview
Remote Model Context Protocol (MCP) server for deploying calculator tools on Cloudflare Workers without authentication, intended for demonstration and easy integration with MCP clients like Cloudflare AI Playground.
Installation
npm run devEnvironment Variables
- MCP_OBJECT
Security Notes
The server is explicitly designed to be "authless" as per its name and README, making its MCP endpoints publicly accessible without authentication. This is suitable for a demo/example, but would require adding authentication for production use cases involving sensitive operations. The code itself for the calculator tools performs simple arithmetic and uses Zod for input schema validation, minimizing injection or logic manipulation risks within the tool functions.
Similar Servers
remote-mcp-server-authless
Deploys an authentication-less Remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for AI agents.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools accessible to MCP clients without authentication.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing unauthenticated calculator tools that can be consumed by AI agents or playgrounds.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing publicly accessible calculator tools without requiring authentication.