Odel
mcp image

mcp image

Local
@shinpr157TypeScriptMITUpdated 2 days ago

AI image generation and editing with prompt optimization and quality presets

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

npmmcp-imagev0.13.2

Run

npx -y mcp-image

MCP client config

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