remote-mcp-server-authless
Verified Safeby Abhisrajput
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator functionalities without requiring authentication.
Installation
npm run devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed 'without auth' as a demo, which inherently exposes its endpoints to the public internet. While the current calculator tools are simple and pose minimal direct risk from their logic, deploying any service without authentication carries risks of abuse, resource exhaustion, or unintended access if more sensitive tools are added later without modifying the authentication scheme. The underlying SDK might offer rate limiting, but it's not explicitly configured in the provided `src/index.ts`.
Similar Servers
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server providing basic calculator functionality on Cloudflare Workers, designed to be authentication-less for demonstration or private network usage.
bible-api-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.
remote-mcp-server-authless
Provides a Model Context Protocol (MCP) server on Cloudflare Workers, exposing simple calculator-like tools and user identity, secured via Google OAuth.
classhopper-mcp-server
Deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools without authentication for easy integration with AI clients like Cloudflare AI Playground or Claude Desktop.