LLM-operable Midjourney pipeline: 21 MCP tools to compose, generate, curate with vision, and log.
npx @getmcp/cli add io.github.laffeyp/cascade-imgRequires Python 3.10+. Community-contributed server. Review source before installing.
DISCORD_USER_TOKENDiscord user-account token the bridge daemon uses to talk to Midjourney (captured from the Discord desktop app; see RUNBOOK.md).
MJ_CHANNEL_IDDiscord channel ID where the Midjourney bot runs.
MJ_IMAGINE_VERSIONVersion token for Midjourney's /imagine slash command, captured from Discord.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.laffeyp/cascade-img": {
"command": "uvx",
"args": [
"cascade-img",
"cascade-mcp",
"cascade-img"
],
"env": {
"DISCORD_USER_TOKEN": "",
"MJ_CHANNEL_ID": "",
"MJ_IMAGINE_VERSION": "",
"CASCADE_BRIDGE_URL": "http://127.0.0.1:5000"
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)