loading…
Search for a command to run...
loading…
A template for deploying remote Model Context Protocol servers to Cloudflare Workers without authentication. It enables the creation of custom tools accessible
A template for deploying remote Model Context Protocol servers to Cloudflare Workers without authentication. It enables the creation of custom tools accessible through clients like Claude Desktop and the Cloudflare AI Playground.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cloudflare-remote-mcp-server": {
"command": "npx",
"args": []
}
}
}