cloudflare-images-mcp
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 variablesCLOUDFLARE_ACCOUNT_ID
andCLOUDFLARE_API_TOKEN
respectively.
{
"mcpServers": {
"cloudflare-images-mcp": {
"command": "uvx",
"args": [
"cloudflare-images-mcp",
"--account-id",
"your-account-id",
"--api-token",
"your-api-token"
]
}
}
}