Skip to content

NovelAI Image MCP for Zed

io.github.xinvxueyuan/novelai-image-mcp

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

client:Zed transport:stdio runtime:pypi

Install NovelAI Image MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "novelai-image-mcp": {
      "command": "uvx",
      "args": [
        "novelai-image-mcp"
      ],
      "env": {
        "NOVELAI_TOKEN": "<NOVELAI_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

NovelAI Image MCP in other clients