n8n-mcp-server
Verified Safeby janitor
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers for exposing AI tools without requiring authentication.
Installation
No command providedSecurity Notes
Runs on Cloudflare Workers, which provides a secure, sandboxed execution environment. However, the server is explicitly designed to operate 'Without Auth,' meaning any client with its URL can access and execute its defined tools. This makes it suitable for demos, personal projects, or internal tools where access control is not critical, but highly unsuitable for production environments involving sensitive data or operations. No obvious use of 'eval' or obfuscation based on the file list and README.
Similar Servers
remote-mcp-server-authless1
A remote Model Context Protocol (MCP) server that exposes unauthenticated calculator tools via Cloudflare Workers for AI agents.
mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication, allowing AI clients to access custom tools.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.
test-remote-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose custom tools to AI agents without authentication.