Back to Home
flyfox666 icon

remote-mcp-server-authless

Verified Safe

by flyfox666

Overview

Deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator tool for AI clients like Cloudflare AI Playground or Claude Desktop.

Installation

Run Command
npm run dev

Environment Variables

  • OAUTH_KV (KVNamespace binding)
  • MCP_OBJECT (DurableObjectNamespace binding)
  • ASSETS (Fetcher binding)

Security Notes

The server is explicitly designed to be 'authless', meaning it does not require authentication to access its tools. While this is stated in the README and acceptable for the simple calculator tool demonstrated, it is a significant security risk if deployed with more powerful or sensitive tools. The code itself does not contain obvious vulnerabilities like 'eval' or hardcoded secrets, and inputs for the calculator are schema-validated. However, the 'authless' nature means anyone can use the deployed API.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-29

Tags

Cloudflare WorkersMCPAI ToolsCalculatorServerless