MCP Server
MCP
ComfyUI MCP
Generate and manage ComfyUI media through the Model Context Protocol.
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
By
Comments
Sign in to leave a comment