MCP.so
Sign In

Cloudflare AI

@alvinmrrry

About Cloudflare AI

No overview available yet

Basic information

Category

Cloud & Infrastructure

License

MIT license

Runtime

node

Transports

stdio

Publisher

alvinmrrry

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "cloiudflare_mcp_server": {
      "command": "npx",
      "args": [
        "nx",
        "dev",
        "tool-calling"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Cloudflare AI?

Cloudflare AI is a monorepo containing packages and demo apps for consuming Cloudflare's AI offerings on the client-side. It provides a custom provider (workers-ai-provider) that enables Workers AI models for the Vercel AI SDK.

How to use Cloudflare AI?

Clone the repository, install dependencies with npm install, then use Nx commands to develop or test apps. For example, run npx nx dev <app-name> to start a development server.

Key features of Cloudflare AI?

  • Monorepo managed with Nx and Changesets
  • Includes workers-ai-provider for Vercel AI SDK integration
  • Supports local development and testing
  • Provides demo apps for client-side AI consumption
  • Uses Changesets for versioning and release

Use cases of Cloudflare AI?

  • Integrate Cloudflare Workers AI models into Vercel AI SDK projects
  • Develop client-side applications that call Workers AI models
  • Explore demo apps for tool-calling and other AI patterns

FAQ from Cloudflare AI

What is the workers-ai-provider package?

It is a custom provider that enables Workers AI models for the Vercel AI SDK.

How do I install dependencies?

From the repository root, run npm install.

How do I start a development server?

Use `npx nx dev <demo-name

Comments

More Cloud & Infrastructure MCP servers