img forge for Claude Desktop
io.github.stackbilt-dev/img-forge
AI image generation across 5 quality tiers (SDXL to Gemini 3 Pro), 50 free credits on signup.
client:Claude Desktop
transport:streamable-http
Install img forge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"img-forge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://imgforge-mcp.stackbilder.com/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs