Odel
imagegen mcp

imagegen mcp

Local
@forgemeshlabs1JavaScriptMITUpdated 5 days ago

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).

npmforgemesh-imagegenv2.0.2

Run

npx -y forgemesh-imagegen

MCP client config

{
  "mcpServers": {
    "imagegen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "forgemesh-imagegen"
      ]
    }
  }
}