Odel
ideogram mcp

ideogram mcp

Local
@qmediatTypeScriptMITUpdated 5mo ago

Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images

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

npm@qmediat.io/ideogram-mcpv1.0.2

Run

npx -y @qmediat.io/ideogram-mcp

MCP client config

{
  "mcpServers": {
    "ideogram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qmediat.io/ideogram-mcp"
      ]
    }
  }
}