Image
Freeby MCP Community
MCP server for AI image generation
v0.10.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolimage-generationgenerative-ai
Image MCP Server
MCP server for AI image generation
Installation
Reviews
Installation
Quick install
npx -y mcp-image
Add to claude_desktop_config.json
{
"mcpServers": {
"image": {
"command": "npx",
"args": ["-y", "mcp-image"]
}
}
}