An open API service indexing awesome lists of open source software.

https://github.com/philipp-eisen/cloudflare-images-mcp

Simple MCP server to add images to Cloudflare Images
https://github.com/philipp-eisen/cloudflare-images-mcp

Last synced: about 2 months ago
JSON representation

Simple MCP server to add images to Cloudflare Images

Awesome Lists containing this project

README

          

# 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.

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