AI image generation MCP — generate, bg removal, 4x upscale, or full pro pipeline. USDC/Base.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y forgemesh-imagegen
MCP client config
{
"mcpServers": {
"imagegen-mcp": {
"command": "npx",
"args": [
"-y",
"forgemesh-imagegen"
]
}
}
}