LLM-operable Midjourney pipeline: 21 MCP tools to compose, generate, curate with vision, and log.
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).
Run
uvx cascade-img
MCP client config
{
"mcpServers": {
"cascade-img": {
"command": "uvx",
"args": [
"cascade-img"
]
}
}
}