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
{
"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