Skip to content
Grok

ideogram v3 mcp for Grok

io.github.runapi-builder/ideogram-v3-mcp

RunAPI MCP server for Ideogram V3: create tasks, poll status, check pricing.

client:Grok transport:stdio runtime:npm

Install ideogram v3 mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ideogram-v3-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/ideogram-v3-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ideogram v3 mcp in other clients