Odel
NovelAI Image MCP

NovelAI Image MCP

Local
@xinvxueyuan4PythonMITUpdated 1w ago

NovelAI image generation as MCP tools: txt2img, img2img, inpaint, upscale, Director, ControlNet.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPInovelai-image-mcpv0.4.0

Run

uvx novelai-image-mcp

MCP client config

{
  "mcpServers": {
    "novelai-image-mcp": {
      "command": "uvx",
      "args": [
        "novelai-image-mcp"
      ]
    }
  }
}
Dockerghcr.io/xinvxueyuan/novelai-image-mcp:0.4.0

Run

docker run -i --rm ghcr.io/xinvxueyuan/novelai-image-mcp:0.4.0

MCP client config

{
  "mcpServers": {
    "novelai-image-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/xinvxueyuan/novelai-image-mcp:0.4.0"
      ]
    }
  }
}