
AI Insights MCP
by gitgabado
Remote MCP server template for Cloudflare Workers, enabling authless SSE transport for AI tools.
What it does
AI Insights MCP provides a blueprint for deploying remote Model Context Protocol (MCP) servers on Cloudflare Workers. It specifically focuses on an authless setup using Server-Sent Events (SSE), allowing AI clients to connect to remote tools without complex authentication hurdles.
Tools
This is a template server. By default, it provides a foundation for developers to add their own custom tools via the this.server.tool(...) method in src/index.ts. Once deployed, these tools become available to any connected MCP client.
Installation
Deploy via the Cloudflare Workers button in the README or run:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless
To connect Claude Desktop, use the mcp-remote proxy:
{
"mcpServers": {
"ai-insights": {
"command": "npx",
"args": [
"mcp-remote",
"https://your-worker-url.workers.dev/sse"
]
}
}
}
Supported hosts
- Claude Desktop
- Cloudflare AI Playground
Quick install
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessInformation
- Pricing
- free
- Published
- 6/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Use mcp-remote proxy with the deployed SSE URL in claude_desktop_config.json





