← Back to Plugins
MCP Server MCP

NovelAI Image MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx novelai-image-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "novelai-image-mcp",
      "version": "0.3.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "novelai-image-mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "NovelAI persistent API token (preferred auth). Get from https://novelai.net/account",
          "isRequired": true,
          "isSecret": true,
          "name": "NOVELAI_TOKEN"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/xinvxueyuan/novelai-image-mcp:0.3.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional"
        },
        {
          "value": "--rm",
          "type": "positional"
        },
        {
          "value": "-i",
          "type": "positional"
        },
        {
          "value": "-e",
          "type": "positional"
        },
        {
          "value": "NOVELAI_TOKEN",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "NovelAI persistent API token (preferred auth). Get from https://novelai.net/account",
          "isRequired": true,
          "isSecret": true,
          "name": "NOVELAI_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...