PluginBench
MCP Server

io.github.forgemeshlabs/imagegen-mcp MCP Server

io.github.forgemeshlabs/imagegen-mcp

What is the io.github.forgemeshlabs/imagegen-mcp MCP server?

AI image generation MCP — generate, bg removal, 4x upscale, or full pro pipeline. USDC/Base.

How to install io.github.forgemeshlabs/imagegen-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WALLET_PRIVATE_KEY
    required
    secret

    Base wallet private key for x402 USDC micropayments. Use a dedicated low-balance wallet.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "imagegen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "forgemesh-imagegen"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "imagegen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "forgemesh-imagegen"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "imagegen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "forgemesh-imagegen"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "imagegen-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "forgemesh-imagegen"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add imagegen-mcp --env WALLET_PRIVATE_KEY=<YOUR_WALLET_PRIVATE_KEY> -- npx -y forgemesh-imagegen

Related MCP servers

Route x402 payments, Pyrimid affiliate splits, and referral links. Vendor-neutral, adapter-based.

View repository →

AI-native commercial disruption intelligence for MCP clients and x402-powered agents.

View repository →