cloudflare-workers-ai-mcp

puspoaditya/cloudflare-workers-ai-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server for Cloudflare Workers AI — LLM inference, embeddings, and image generation for AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cloudflare-workers-a": {
      "command": "npx",
      "args": [
        "-y",
        "puspoaditya/cloudflare-workers-ai-mcp"
      ]
    }
  }
}

README Excerpt

Model Context Protocol (MCP) server that gives AI agents access to **Cloudflare Workers AI** — serverless LLM inference, embeddings, and image generation with a generous free tier. | Tool | Description | |---|---| | `list_models` | List supported chat, embedding, and image models | | `chat_completion` | LLM chat completion (Llama 3.3 70B, Llama 3.1 8B, Llama 4 Scout, Qwen Coder 32B, DeepSeek R1 Distill) |

Tools (4)

chat_completionembed_textgenerate_imagelist_models