invokeai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@invokeai-mcpGenerate a photorealistic portrait of an astronaut riding a horse on Mars"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
InvokeAI MCP
A bridge between AI coding agents (Claude, Cursor, opencode) and your local InvokeAI creative engine - text-to-image, image-to-image, masked inpaint, and upscaling on your own GPU, plus full queue, model, gallery, board, and workflow management, with a polished dark webapp.
What this wraps
This repo wraps InvokeAI, the open-source professional Stable Diffusion /
Flux creative engine (Apache-2.0, 27k+ stars). InvokeAI runs as a local web
server (default http://127.0.0.1:9090) and is installed separately through
its launcher - it is never bundled here. See docs/WRAPPEE.md.
Related MCP server: ComfyUI MCP Server
Preview
Dashboard | Generate |
|
|
What You Can Do
How it runs: headless bridge - this MCP server talks to your running InvokeAI instance over its REST API. InvokeAI must be installed and running (launcher install, model download, first run). Nothing is bundled.
Direction | Artifacts | Notes |
Hands-in | prompts, negative prompts, images (img2img/inpaint), mask images, model sources | Text or uploaded images |
Hands-out | generated PNGs, image URLs, local file paths, queue state |
|
Generate SD1.5 / SDXL / Flux / SD3.5 / Qwen Image images on your RTX 4090
Transform existing images (img2img) and repair regions (masked inpaint)
4x RealESRGAN upscaling
Install models from HuggingFace or Civitai without leaving the chat
Full queue control: status, cancel, clear, resume, result polling
Gallery search, boards, star/favorite organization
Workflow library management (save/load node workflows)
Dark SOTA webapp: Generate, Gallery, Models, Queue, Boards, Workflows, Inbox, Tools, Skills, Chat (local LLM), Settings, Help, Logs
Quick Install
The fastest path is the MCPB bundle for Claude Desktop:
Download
invokeai-mcp-0.1.0.mcpbfrom ReleasesOpen Claude Desktop and drag the file onto the window
Complete onboarding (install InvokeAI, download a model) - see docs/ONBOARDING.md
Other methods (mcpb CLI, manual config, webapp dev stack) are in INSTALL.md.
Example Prompts
"Generate a neon cyberpunk city at night, rain, cinematic lighting"
"Use this image and make it a watercolor painting: [gallery image]"
"What models do I have installed? Install SDXL base from HuggingFace"
"Show me my recent images and download the last one to disk"
Documentation
Doc | Contents |
All install methods, prerequisites | |
First-timer InvokeAI setup, model downloads, pitfalls | |
What InvokeAI is, official links, community | |
System architecture, graph builders, ports | |
Env vars, config options | |
All available tools | |
Contributing, local setup | |
Common issues |
Requirements
InvokeAI installed and running (launcher install; models downloaded) - free, Apache-2.0
GPU with 6-12 GB VRAM recommended (SD1.5: 4 GB, SDXL: 8 GB, Flux: 12 GB+)
Claude Desktop (or any MCP client) for chat use; a browser for the webapp
Python 3.12+ and uv for source installs; Node/Bun for the webapp
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables comprehensive ComfyUI workflow automation including image generation, workflow management, node discovery, and system monitoring through natural language interactions with local or remote ComfyUI servers.3114MIT
- Alicense-quality-maintenanceEnables AI agents to generate and iteratively refine images, audio, and video by interacting with a local ComfyUI instance through natural conversation. It provides comprehensive tools for workflow management, node introspection, and publishing generated assets.
- Alicense-qualityCmaintenanceEnables AI agents to generate and iteratively refine images, audio, and video through natural conversation using a local ComfyUI instance.AGPL 3.0
- Alicense-qualityBmaintenanceEnables AI agents to generate and iteratively refine images, audio, and video through natural conversation using a local ComfyUI instance.Apache 2.0
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/invokeai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server

