Cloudflare Workers Collection
This repository contains a collection of specialized Cloudflare Workers and related tools, each designed to provide specific functionality and services.
Available Projects
replicate-2-r2
A worker that integrates Replicate’s AI image generation with Cloudflare R2 storage. This worker:
- Generates images using Replicate’s API
- Stores generated images in Cloudflare R2
- Provides immediate URL generation
- Supports webhook notifications
- Includes MCP server integration for seamless AI tooling
👉 Learn more about replicate-2-r2
generate-image
A Model Context Protocol (MCP) server that provides a simple interface to the replicate-2-r2 worker. This server:
- Interfaces with replicate-2-r2 worker
- Provides type-safe API calls
- Handles asynchronous image generation
- Supports real-time status updates
👉 Learn more about generate-image
Getting Started
Each project is contained in its own directory with its own documentation. To get started:
- Choose the project you want to use
- Navigate to its directory
- Follow the setup instructions in its README.md
Repository Structure
cloudflare-workers/
├── README.md
├── replicate-2-r2/ # Replicate integration worker
│ ├── README.md # Worker-specific documentation
│ ├── src/ # Source code
│ └── ... # Other worker files
└── mcps/ # MCP servers
└── generate-image/ # Generate image MCP server
├── README.md # Server documentation
├── src/ # Source code
└── ... # Other server files
More projects will be added to this collection in the future. Stay tuned for updates!
R2 Gen
Project Details
- agan2023416/workers
- Last Updated: 3/17/2025
Recomended MCP Servers
An MCP server implementation that integrates with 4o-image API, enabling LLMs and other AI systems to generate and...
The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic's...
A Model Context Protocol (MCP) server for intelligent code analysis and debugging using Perplexity AI’s API, seamlessly integrated...
An open-source MCP implementation providing document management functionality
A Model Context Protocol (MCP) server that enables LLMs to interact with Anki flashcard software through AnkiConnect.
Model Context Protocol服务器,用于抓取微博用户信息、动态和搜索功能
An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with your...
This project is an arXiv paper retrieval and search service implemented through a custom MCP (Multi-Capability Provider) framework. It...
mcp demo, get US weather, deploy to smithery
This project provides a toolset to crawl websites wikis, tool/library documentions and generate Markdown documentation, and make that...
MCP CheatEngine Toolkit - A Python-based toolkit for communicating with CheatEngine through MCP interface





