
Gpt Image 2 Polza Mcp Server
- Updated June 15, 2026
- ivanantigravity-lgtm/gpt-image-2-polza-mcp
Gpt Image 2 Polza MCP Server is an MCP server that calls Polza media and storage APIs so AI clients can generate, edit, and save GPT Image 2 assets locally.
About
Gpt Image 2 Polza MCP Server is an MCP integration that lets AI clients generate and edit images with GPT Image 2 through the Polza API. Tools cover generation, reference uploads, async result fetching, output stats, and local cache maintenance while writing full-resolution files to disk. Connect it when you need programmatic image creation inside an agent workflow without wiring raw HTTP calls yourself.
- GPT Image 2 generation and editing via Polza openai/gpt-5.4-image-2 model
- Reference image upload to Polza Storage for edit workflows
- Full-resolution files saved to configurable IMAGE_OUTPUT_DIR
- fetch_generation polls async jobs by gen ID
- Requires only POLZA_AI_API_KEY, not a separate OpenAI key
Gpt Image 2 Polza Mcp Server by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add gpt-image-2-polza-mcp-server -- uvx gpt-image-2-polza-mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | gpt-image-2-polza-mcp-server |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | ivanantigravity-lgtm/gpt-image-2-polza-mcp ↗ |
How can my MCP client create or edit images with GPT Image 2 without hand-rolling Polza API requests?
Generate and edit images via GPT Image 2 through Polza APIs from any MCP client, saving full files locally.
Who is it for?
Developers using MCP-compatible editors who already have a Polza API key and want local image artifact output.
Skip if: Teams that need video, 3D, or non-Polza image providers without Polza credentials.
What you get
Generated or edited image files on disk plus structured MCP metadata including previews and generation IDs.
Recommended MCP Servers
FAQ
What API key is required?
Set POLZA_AI_API_KEY in the MCP server environment; a separate OpenAI key is not needed.
Where are images saved?
Full-resolution outputs are written to IMAGE_OUTPUT_DIR, which you configure in the MCP env block.
What tools does the server expose?
generate_image, fetch_generation, upload_file, show_output_stats, and maintenance for cache and metadata.