ideogram mcp for Grok
io.github.qmediat/ideogram-mcp
Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images
client:Grok
transport:stdio
runtime:npm
Install ideogram mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ideogram-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qmediat.io/ideogram-mcp"
],
"env": {
"IDEOGRAM_API_KEY": "<IDEOGRAM_API_KEY>",
"IDEOGRAM_OUTPUT_DIR": "<IDEOGRAM_OUTPUT_DIR>"
}
}
}
}
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