New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@keenimg/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keenimg/mcp

MCP server for Keen AI image upscaling

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
26
-43.48%
Maintainers
1
Weekly downloads
 
Created
Source

@keenimg/mcp

MCP server for Keen AI image upscaling. Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible agent.

Quick Start

With API Key

{
  "mcpServers": {
    "keen": {
      "command": "npx",
      "args": ["-y", "@keenimg/mcp"],
      "env": {
        "KEEN_API_KEY": "kn_live_YOUR_KEY"
      }
    }
  }
}

With x402 (No Account Needed)

{
  "mcpServers": {
    "keen": {
      "command": "npx",
      "args": ["-y", "@keenimg/mcp"]
    }
  }
}

Without an API key, the server uses x402 — your agent pays $0.05 USDC per image on Base. No signup required.

Tool: upscale_image

ParameterTypeDefaultDescription
urlstringrequiredImage URL to upscale
scale"2" | "4""2"Scale factor
formatstring"jpeg"Output format: jpeg, png, webp
modestring"photo"photo (SeedVR2) or illustration (Real-ESRGAN)

Environment Variables

VariableDescription
KEEN_API_KEYYour Keen API key (optional — falls back to x402)
KEEN_BASE_URLAPI base URL (default: https://keenimg.com)
  • Keen — AI Image Upscaler
  • For Agents — Full integration guide
  • API Docs — REST API reference

License

MIT

Keywords

mcp

FAQs

Package last updated on 03 May 2026

Related posts