← Back to browse

cascade-img

Indexed by io.github.laffeyp

About

LLM-operable Midjourney pipeline: 21 MCP tools to compose, generate, curate with vision, and log.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDISCORD_USER_TOKEN MJ_CHANNEL_ID MJ_IMAGINE_VERSION CASCADE_BRIDGE_URL
Claude Code
claude mcp add --env DISCORD_USER_TOKEN= --env MJ_CHANNEL_ID= --env MJ_IMAGINE_VERSION= --env CASCADE_BRIDGE_URL= cascade-img -- uvx cascade-img
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cascade-img","command":"uvx","args":["cascade-img"],"env":{"DISCORD_USER_TOKEN":"","MJ_CHANNEL_ID":"","MJ_IMAGINE_VERSION":"","CASCADE_BRIDGE_URL":""}}'
JSON
{
  "mcpServers": {
    "cascade-img": {
      "command": "uvx",
      "args": [
        "cascade-img"
      ],
      "env": {
        "DISCORD_USER_TOKEN": "",
        "MJ_CHANNEL_ID": "",
        "MJ_IMAGINE_VERSION": "",
        "CASCADE_BRIDGE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.