← Back to Plugins
MCP Server MCP

io.github.qmediat/ideogram-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @qmediat.io/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@qmediat.io/ideogram-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Ideogram API key (get one at https://ideogram.ai/manage-api)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "IDEOGRAM_API_KEY"
        },
        {
          "description": "Directory for saved images (default: /tmp/ideogram-output)",
          "format": "string",
          "name": "IDEOGRAM_OUTPUT_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...