image-mcp

Nantor/image-mcp
★ 0 stars Rust AI/LLM Updated 2d ago
MCP server for AI image generation/editing
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": {
    "image-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "image-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server for image generation and editing powered by LiteLLM. - **Create** - Generate images from text prompts - **Edit** - Edit existing images using natural language - **List Models** - Query available image models from configuration ```bash cargo install --path . ``` Startup requires a config file at an OS-specific path resolved via the `dirs` crate: