Retour aux applications

Comfy MCP Server
Interface UIpar lalanikarim
Générez des images via des serveurs ComfyUI distants en utilisant une interface MCP flexible basée sur des workflows.
0 étoiles
Fonctionne dans:claude
Expose:Tools
Ce qu'il fait
Connecte un assistant IA à une instance ComfyUI distante, permettant au modèle de générer des images en soumettant des prompts à un workflow ComfyUI spécifié.
Outils
generate_image: Génère une image en utilisant un prompt spécifié et un workflow préconfiguré.generate_prompt: Utilise une instance locale Ollama pour transformer un sujet simple en un prompt détaillé de génération d'images.
Installation
Ajoutez ce qui suit à votre fichier claude_desktop_config.json :
{
"mcpServers": {
"Comfy MCP Server": {
"command": "uvx",
"args": [
"comfy-mcp-server"
],
"env": {
"COMFY_URL": "http://your-comfy-server-url:port",
"COMFY_WORKFLOW_JSON_FILE": "/path/to/the/comfyui_workflow_export.json",
"PROMPT_NODE_ID": "6",
"OUTPUT_NODE_ID": "9",
"OUTPUT_MODE": "file"
}
}
}
}
Hôtes supportés
- Claude Desktop
Installation rapide
uvx comfy-mcp-serverInformations
- Tarification
- free
- Publié
- 4/24/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Claude Desktop
Add to claude_desktop_config.json with COMFY_URL and COMFY_WORKFLOW_JSON_FILE env vars.





