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