easy-diffusion-mcp

weftspun/easy-diffusion-mcp
★ 1 stars Elixir Security Updated today
MCP Server for Easy Diffusion
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "easy-diffusion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "weftspun/easy-diffusion-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [Easy Diffusion](https://github.com/easydiffusion/easydiffusion), in Elixir. Exposes one tool, `generate_image`, proxying to a local Easy Diffusion `/render` API. No authentication — trusted local network only. ```sh mix deps.get EASY_DIFFUSION_API_URL=http://localhost:9000 mix run --no-halt