InvokeAI (MCP Server)

GitHub

Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, and serves as the foundation for multiple commercial products.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "InvokeAI": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-InvokeAI"
      ]
    }
  }
}