cloudflare-images-mcp

cloudflare-images-mcp

3.2

If you are the rightful owner of cloudflare-images-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Cloudflare Images MCP is a tool designed to facilitate the addition of images to Cloudflare Images using the Model Context Protocol (MCP).

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"
      ]
    }
  }
}