Catalog
io.github.forgemeshlabs/imagegen-mcp
OfficialAI image generation MCP — generate, bg removal, 4x upscale, or full pro pipeline. USDC/Base.
Generates, edits, and upscales images with crypto payment support.
README not available yet.
Install
Configuration
Environment variables
WALLET_PRIVATE_KEYrequiredsecretBase wallet private key for x402 USDC micropayments. Use a dedicated low-balance wallet.
claude_desktop_config.json
{
"mcpServers": {
"imagegen-mcp": {
"command": "npx",
"args": [
"-y",
"forgemesh-imagegen@1.0.0"
],
"env": {
"WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
}
}
}
}