Back to Home
Sergey-Bondarev icon

remote-mcp-server-for-n8n-test

Verified Safe

by Sergey-Bondarev

Overview

Deploys an authentication-less Model Context Protocol (MCP) server on Cloudflare Workers, providing simple mathematical tools for AI clients like Cloudflare AI Playground or Claude Desktop.

Installation

Run Command
npm start

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to be 'authless' as stated in the README. This means that, by default, any deployed instance will be publicly accessible. While the implemented tools (calculator functions) are simple and do not inherently pose high-risk vulnerabilities like code injection, deploying without additional Cloudflare Worker authentication/authorization mechanisms could lead to unintended public access and potential resource abuse if not properly rate-limited or secured at the edge. Input validation for tools is handled via `zod`, which is a good practice.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-12-06

Tags

MCP ServerCloudflare WorkersAI ToolsCalculatorAuthless