comfyui mcp server for VS Code
io.github.metabrain-labs/comfyui-mcp-server
MCP Server that transforms ComfyUI workflows into AI-callable tools for MCP Host
client:VS Code
transport:stdio
runtime:npm
Install comfyui mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"comfyui-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@metabrain-labs/comfyui-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs