cascade-img for Grok
io.github.laffeyp/cascade-img
LLM-operable Midjourney pipeline: 21 MCP tools to compose, generate, curate with vision, and log.
client:Grok
transport:stdio
runtime:pypi
Install cascade-img in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cascade-img": {
"type": "stdio",
"command": "uvx",
"args": [
"cascade-img"
],
"env": {
"DISCORD_USER_TOKEN": "<DISCORD_USER_TOKEN>",
"MJ_CHANNEL_ID": "<MJ_CHANNEL_ID>",
"MJ_IMAGINE_VERSION": "<MJ_IMAGINE_VERSION>",
"CASCADE_BRIDGE_URL": "<CASCADE_BRIDGE_URL>"
}
}
}
}
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