loading…
Search for a command to run...
loading…
A template for deploying unauthenticated Model Context Protocol servers to Cloudflare Workers using the Server-Sent Events (SSE) protocol. It enables users to h
A template for deploying unauthenticated Model Context Protocol servers to Cloudflare Workers using the Server-Sent Events (SSE) protocol. It enables users to host custom tools that can be connected to Claude Desktop or the Cloudflare AI Playground.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"remote-cloudflare-mcp-server-template": {
"command": "npx",
"args": []
}
}
}