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).
Run
uvx novelai-image-mcp
MCP client config
{
"mcpServers": {
"novelai-image-mcp": {
"command": "uvx",
"args": [
"novelai-image-mcp"
]
}
}
}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"
]
}
}
}