remote-mcp-server-authless
Construcción de un Servidor MCP Remoto en Cloudflare (Sin Autenticación)
Este ejemplo te permite desplegar un servidor MCP remoto sin estado que no requiere autenticación en Cloudflare Workers. Implementa la especificación MCP 2026-07-28 mientras mantiene compatibilidad con clientes heredados para llamadas de herramientas ordinarias.
Comenzar:
Esto desplegará tu servidor MCP en una URL como: remote-mcp-server-authless.<tu-cuenta>.workers.dev/mcp
Alternativamente, puedes usar la línea de comandos a continuación para crear el Servidor MCP Remoto en tu máquina local:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessRelated MCP server: Remote MCP Server (Authless)
Personalizando tu Servidor MCP
Para agregar tus propias herramientas al servidor MCP, registra cada herramienta en el McpServer creado en la función createServer() en src/index.ts usando server.registerTool(...).
Conectar al AI Playground de Cloudflare
Puedes conectarte a tu servidor MCP desde el AI Playground de Cloudflare, que es un cliente MCP remoto:
Ingresa la URL de tu servidor MCP desplegado (
remote-mcp-server-authless.<tu-cuenta>.workers.dev/mcp)¡Ahora puedes usar tus herramientas MCP directamente desde el playground!
Conectar Claude Desktop a tu servidor MCP
También puedes conectarte a tu servidor MCP remoto desde clientes MCP locales, usando el proxy mcp-remote.
Para conectarte a tu servidor MCP desde Claude Desktop, sigue la Guía de inicio rápido de Anthropic y dentro de Claude Desktop ve a Configuración > Desarrollador > Editar Configuración.
Actualiza con esta configuración:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/mcp" // or remote-mcp-server-authless.your-account.workers.dev/mcp
]
}
}
}Reinicia Claude y deberías ver las herramientas disponibles.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA remote MCP server deployable on Cloudflare Workers without authentication, allowing custom tool definitions and connections to MCP clients like Cloudflare AI Playground or Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceA remote MCP server deployable on Cloudflare Workers without authentication, enabling custom tool definitions and connections via SSE to clients like Cloudflare AI Playground or Claude Desktop.
- FlicenseNot gradedqualityCmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling tool creation and integration with MCP clients like Claude Desktop and Cloudflare AI Playground.
- FlicenseNot gradedqualityCmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication. Enables connecting MCP tools from AI Playground or Claude Desktop.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srtekboxai-beep/remote-mcp-server-authless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server