tasopen/mcp-alphabanana
Overview
A local MCP server for generating image assets using Google Gemini models (Nano Banana 2/Pro). Supports transparent PNG/WebP output, exact resizing/cropping, up to 14 reference images, and Google Search grounding.
Capabilities
- • prompt templates
- • filesystem integration
- • github integration
- • mcp client integration
- • workflow automation support
Best For
Local MCP server for image asset generation with Google Gemini, featuring transparent output, resizing, reference images, and Google Search grounding.
Decision Snapshot
Install
available
Usage
available
Config
8 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 6
- • Forks: 3
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/15/2026
Installation / Setup
npx -y @tasopen/mcp-alphabanana
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Final parameters should follow the tool's official setup documentation.
{
"mcpServers": {
"mcp-alphabanana": {
"command": "npx",
"args": [
"-y",
"@tasopen/mcp-alphabanana"
]
}
}
}Usage
npx -y @tasopen/mcp-alphabanana
Features
- • **Ultra-fast image generation** (Gemini 3.1 Flash, 0.5K/1K/2K/4K)
- • **Advanced multi-image reasoning** (up to 14 reference images)
- • **Thinking/Grounding support** (Flash3.1 only)
- • **Transparent PNG/WebP output** (color-key post-processing, despill)
- • **Multiple output formats**: file, base64, or both
- • **Flexible resize modes**: crop, stretch, letterbox, contain
- • **Multiple model tiers**: Flash3.1, Flash2.5, Pro3, legacy aliases
Use Cases
- • Capability coverage: prompt templates; mcp client integration.
Supported Clients / Integrations
- • prompt templates
- • filesystem integration
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• npx -y @tasopen/mcp-alphabanana
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
doctorm333/promptpilot-mcp-server
PromptPilot is a Model Context Protocol (MCP) server for AI media generation. It supports generating images, video, and audio via 20+ AI models, includes a prompt builder with style, lighting, camera, and mood presets, and offers batch generation.
albertnahas/icogenie-mcp
AI-powered MCP server for generating production-ready SVG icons from text descriptions with customizable styles.
jau123/MeiGen-AI-Design-MCP
An MCP server for AI image generation and editing, featuring a curated prompt library (1,500+), smart prompt enhancement, and multi-provider routing (local ComfyUI, MeiGen Cloud, OpenAI-compatible APIs).
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.