sd-local-image-gen

dennisliu1112/sd-local-image-gen
★ 0 stars Python 🔌 API Integration Updated 1d ago
Offline AI image generation — local REST API & MCP server powered by stable-diffusion.cpp
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sd-local-image-gen": {
      "command": "uvx",
      "args": [
        "sd-local-image-gen"
      ]
    }
  }
}

Or install with pip: pip install sd-local-image-gen