MCP Server
MCP
io.github.runcomfy-com/runcomfy-mcp
Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.runcomfy.com/mcp",
"headers": [
{
"description": "RunComfy API token as a Bearer credential (Bearer <YOUR_RUNCOMFY_TOKEN>). Get it from https://www.runcomfy.com/profile",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment