MCP Client node
The MCP Client node is a Model Context Protocol (MCP) client that allows you to use the tools that are exposed by an external MCP server.
You can use the MCP Client node to use MCP tools as regular steps in a workflow.
If you want to use MCP tools as tools for an AI Agent, use the MCP Client Tool node instead.
Note
Credentials The MCP Client node supports Bearer, generic header, and OAuth2 authentication methods.
Node parameters
Configure the node with the following parameters.
Server Transport: The transport protocol used by the MCP Server endpoint you want to connect to.
MCP Endpoint URL: The URL of the external MCP Server. For example,
https://mcp.notion.com/mcp.Authentication: The authentication method for authentication to your MCP server. The MCP Client node supports bearer, generic header, and OAuth2 authentication. Select None to attempt to connect without authentication.
Tool: Select the tool to use in the node. The list of tools is automatically fetched from the external MCP server.
Input Mode:
Manual: Specify each tool parameter manually.
JSON: Specify tool parameters as a JSON object. Use this mode for tools with nested parameters.
Options
Convert to Binary: Whether to convert images and audio to binary data. If false, images and audio are returned as base64 encoded strings.
Timeout: Time in milliseconds to wait for tool calls to finish.