Edge-Deployed Performance
Sub-10ms latency worldwide with Cloudflare Workers deployed across 300+ locations. Your images generate closer to your users.
Production-ready, multi-tenant image generation on Cloudflare's global edge network
Unlike single-protocol tools, Go Bananas offers unprecedented flexibility:
| Method | Best For | Description |
|---|---|---|
| Claude Code Skills | AI-assisted development | Native plugin integration for Claude Code |
| REST API | Web & mobile apps | Standard HTTP endpoints for any application |
| MCP Protocol | Claude Desktop, Cursor | Full MCP support for AI assistants |
| CLI | Terminal, scripts, CI/CD | gb generate "sunset" for automation |
All tools are exposed via MCP and REST; the CLI supports core workflows and is adding parity over time.
| Feature | Skills | REST | MCP | CLI |
|---|---|---|---|---|
| Image Generation | ✅ | ✅ | ✅ | ✅ |
| Character Library | ✅ | ✅ | ✅ | ✅ |
| Product References | ✅ | ✅ | ✅ | ✅ |
| Style Presets | ✅ | ✅ | ✅ | ✅ |
| Conversational Editing | ✅ | ✅ | ✅ | ✅ |
| Usage Analytics | ✅ | ✅ | ✅ | ✅ |
Connect Claude Desktop to Go Bananas! and start generating images:
// claude_desktop_config.json
{
"mcpServers": {
"go-bananas": {
"command": "npx",
"args": ["-y", "gobananas-mcp"],
"env": {
"GO_BANANAS_API_KEY": "sk_live_your_api_key"
}
}
}
}Then just ask Claude:
"Generate an image of a sunset over mountains with purple clouds"
Or create consistent characters:
"Create a character named 'Luna' - a young girl with silver hair and blue eyes wearing a red cape"
"Generate Luna playing in a meadow"
"Generate Luna reading a book by a fireplace"

MCP clients connect through Cloudflare Edge to Gemini AI with R2 and D1 storage
| Section | Description |
|---|---|
| Guide | Installation, quick start, authentication, and core concepts |
| Features | Image generation, editing, characters, products, and analytics |
| Master Guides | Comprehensive deep-dives: Character Consistency, Product Marketing |
| Console | Web dashboard for managing images and settings |
| MCP Tools | All 37 MCP tools with parameters and examples |
| REST API | Complete REST API reference with curl examples |
| Architecture | System diagrams, data flows, and design decisions |
| Self-Hosting | Deploy your own instance on Cloudflare |
| Contributing | How to contribute to the project |