remote-mcp-server-authless

redndahead/remote-mcp-server-authless
★ 0 stars TypeScript 🔒 Security Updated today
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "remote-mcp-server-au": {
      "command": "npx",
      "args": [
        "-y",
        "redndahead/remote-mcp-server-authless"
      ]
    }
  }
}

README Excerpt

This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers. This will deploy your MCP server to a URL like: `remote-mcp-server-authless.<your-account>.workers.dev/mcp` Alternatively, you can use the command line below to get the remote MCP Server created on your local machine: