Multi-provider MCP server for AI image generation. Supports OpenRouter, Together AI, Replicate, and fal.ai. Works with Claude Code, Cursor, Claude Desktop, OpenCode, and Charm. Install via: npx -y mcp-image-generator Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"mcpServers": {
|
|
"image-gen": {
|
|
"command": "node",
|
|
"args": ["dist/index.js"],
|
|
"env": {
|
|
"OPENROUTER_API_KEY": "${OPENROUTER_API_KEY}"
|
|
}
|
|
}
|
|
}
|
|
}
|