Claude MCP Manager:
ClaudeCodeMCP is a node designed to manage and configure multiple Claude Code Processes (MCPs) within the ComfyUI environment. Its primary purpose is to facilitate the organization and execution of various MCPs by providing a centralized management interface. This node allows you to list, configure, and execute different MCPs, making it easier to handle complex workflows that involve multiple processes. By using ClaudeCodeMCP, you can streamline your workflow management, ensuring that all processes are correctly configured and executed in a coordinated manner. This node is particularly beneficial for users who need to manage multiple processes simultaneously, as it provides a clear overview and control over each MCP's configuration and execution status.
Claude MCP Manager Input Parameters:
action
The action parameter determines the specific operation that the ClaudeCodeMCP node will perform. It can take values such as "list" to display the configured MCPs. This parameter is crucial as it dictates the node's behavior and the type of information it will process or return. There are no specific minimum, maximum, or default values for this parameter, as it is dependent on the user's intended operation.
list_format
The list_format parameter specifies the format in which the list of MCPs will be returned when the action is set to "list". It can take values like "names" for a simple list of MCP names, "full" for detailed information about each MCP, or "json" for a JSON-formatted output. This parameter impacts how the information is presented to you, allowing for flexibility in data consumption based on your needs. There are no specific minimum, maximum, or default values for this parameter.
Claude MCP Manager Output Parameters:
info
The info output provides a textual representation of the MCPs based on the specified list_format. It can be a simple list of names, detailed information about each MCP, or a JSON string. This output is essential for understanding the current configuration and status of the MCPs, enabling you to make informed decisions about further actions or adjustments.
status
The status output indicates the result of the action performed by the node, such as "listed" when the MCPs are successfully listed. This output helps you verify that the intended action was executed correctly and provides feedback on the node's operation.
mcp_list
The mcp_list output is a structured list of the MCPs, containing detailed information about each process. This output is particularly useful for programmatically accessing and manipulating the MCP configurations, allowing for advanced workflow management and automation.
Claude MCP Manager Usage Tips:
- Use the
actionparameter to specify the desired operation, such as listing MCPs, to ensure the node performs the correct task. - Choose the appropriate
list_formatbased on your needs; use "names" for a quick overview, "full" for detailed insights, or "json" for integration with other tools or systems.
Claude MCP Manager Common Errors and Solutions:
Unknown action
- Explanation: This error occurs when an invalid or unsupported action is specified in the
actionparameter. - Solution: Ensure that the
actionparameter is set to a valid value, such as "list", to perform the desired operation.
Invalid list format
- Explanation: This error arises when the
list_formatparameter is set to an unsupported value. - Solution: Verify that the
list_formatparameter is set to one of the supported values: "names", "full", or "json".
