Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura
mcp-image — MCP Image Generation & Editing Server
mcp-image is an MCP server for image generation/editing with quality presets; verified 110★ and documents `npx -y mcp-image` configs for Cursor and Claude.
Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.
Introducción
mcp-image is an MCP server for image generation/editing with quality presets; verified 110★ and documents npx -y mcp-image configs for Cursor and Claude.
Best for: Teams who want a reusable MCP image tool with per-request quality controls and saved outputs
Works with: Any MCP client (Cursor/Codex/Claude Code) + Gemini API key or OpenAI API key (provider switch)
Setup time: 6-15 minutes
Key facts (verified)
GitHub: 110 stars · 19 forks · pushed 2026-05-13.
License: MIT · owner avatar + repo URL verified via GitHub API.
README-backed entrypoint: npx -y mcp-image.
Main
Treat output paths as part of the contract: set IMAGE_OUTPUT_DIR to an absolute path so every generated image is saved and reviewable.
Pick a quality preset for your workflow: use fast for iteration, balanced for most work, and quality only for final deliverables (README preset table).
If you use OpenAI mode, keep provider env vars isolated and never commit keys; test with a single prompt first to verify permissions and output formats.
Source-backed notes
README documents MCP configs for Codex (~/.codex/config.toml) and Cursor (~/.cursor/mcp.json) using npx -y mcp-image.
README lists quality presets with a speed hint for fast (~30–40s) and env var control via IMAGE_QUALITY.
README includes a Claude Code setup command (claude mcp add ... -- npx -y mcp-image) and notes IMAGE_OUTPUT_DIR must be an absolute path.
FAQ
Do I need OpenAI to use it?: No — README says Gemini is the default provider; OpenAI is optional via IMAGE_PROVIDER=openai.
Where do images go?: To IMAGE_OUTPUT_DIR (absolute path) per README; the server creates the directory if missing.
How do I control speed vs quality?: Use presets via IMAGE_QUALITY (fast/balanced/quality) as documented in README.