MCP Server
Cloudflare AI MCP Server
by Cloudflare
Workers AI and AI Gateway integration for client apps.
About Cloudflare AI
Provides a collection of packages and demo applications designed to simplify the integration of Cloudflare's AI services into client-side applications. Uses Nx for monorepo management and Changesets for version control, offering Workers AI provider and AI Gateway provider for seamless integration with the Vercel AI SDK.
Tags
cloudflareworkers-aiai-gatewayvercel-ai-sdk
How to install Cloudflare AI
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"cloudflare-ai": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-cloudflare-ai"]
}
}
}Example shape only — see the repository for the canonical install command.