Catalog
io.github.TelcharFromNogrod/keen
OfficialAI image upscaling — upscale any image to 2x or 4x resolution with x402 payments
Upscale images to 2x or 4x resolution with integrated payments.
README not available yet.
Install
Configuration
Environment variables
KEEN_API_KEYrequiredsecretYour Keen API key from keenimg.com
claude_desktop_config.json
{
"mcpServers": {
"keen": {
"command": "npx",
"args": [
"-y",
"@keenimg/mcp@1.0.2"
],
"env": {
"KEEN_API_KEY": "<YOUR_KEEN_API_KEY>"
}
}
}
}