← Back to Plugins
MCP Server MCP

ComfyUI MCP

github By github 👁 1 views ▲ 0 votes

Generate and manage ComfyUI media through the Model Context Protocol.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "ComfyUi.Mcp",
      "version": "0.0.1-preview5",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "--stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "value": "{comfyui_base_url}",
          "variables": {
            "comfyui_base_url": {
              "description": "ComfyUI server URL.",
              "default": "http://localhost:8188"
            }
          },
          "name": "ComfyMcp__BaseUrl"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...