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
- Host: GitHub
- URL: https://github.com/philipp-eisen/cloudflare-images-mcp
- Owner: philipp-eisen
- License: mit
- Created: 2025-04-10T14:19:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T14:25:55.000Z (7 months ago)
- Last Synced: 2025-04-10T15:54:38.972Z (7 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **cloudflare-images-mcp** - Simple MCP server to add images to Cloudflare Images `python` `mcp` `server` `pip install git+https://github.com/philipp-eisen/cloudflare-images-mcp` (đ¤ AI/ML)
- awesome-mcp-servers - **cloudflare-images-mcp** - Simple MCP server to add images to Cloudflare Images `python` `mcp` `server` `pip install git+https://github.com/philipp-eisen/cloudflare-images-mcp` (AI/ML)
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"
]
}
}
}
```