Initial release: MCP Image Generator

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>
This commit is contained in:
fdciabdul
2026-03-24 21:15:54 +07:00
commit 510a722f74
15 changed files with 2322 additions and 0 deletions

11
.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"image-gen": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"OPENROUTER_API_KEY": "${OPENROUTER_API_KEY}"
}
}
}
}