cascade-img for Cursor
io.github.laffeyp/cascade-img
LLM-operable Midjourney pipeline: 21 MCP tools to compose, generate, curate with vision, and log.
client:Cursor
transport:stdio
runtime:pypi
Install cascade-img in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs