cloudflare-images-mcp

cloudflare-images-mcp

0

Cloudflare Images MCP is a simple tool designed to facilitate the process of adding images to Cloudflare Images using Model Context Protocol. Users can configure it via environment variables for seamless integration.

Cloudflare Images MCP đŸ› ī¸

Simple MCP Tool to add images to Cloudflare Images

Configuration

â„šī¸ Note: Instead of providing --account-id and --api-token as arguments, you can also use the environment variables CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN respectively.

{
  "mcpServers": {
    "cloudflare-images-mcp": {
      "command": "uvx",
      "args": [
        "cloudflare-images-mcp",
        "--account-id",
        "your-account-id",
        "--api-token",
        "your-api-token"
      ]
    }
  }
}