ComfyUI Node
MCP Tools from JSON
Parse a raw JSON array or {tools:[...]} object into MCP_TOOLS. Supports Remote MCP and Local MCP command tool objects.
MCP Tools from JSON
- mcp_tools
◄tools_json[]►
CategoryLLM/OpenAI Compatible/MCP
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| tools_json | STRING | [] | JSON array of Responses API tool objects, or an object containing a tools array. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| mcp_tools | MCP_TOOLS | Parsed MCP/LLM tools list. |