cLangChainMCPClient
Connects and communicates with MCP servers using Large Language Models (LLMs).
Standard properties
These properties are used to configure cLangChainMCPClient running in the Standard Route framework.
The Standard cLangChainMCPClient component belongs to the AI family.
Basic settings
| Properties | Description |
|---|---|
| Transport / Type | Select the transport type from:
|
| Executable (for Stdio transport type only) | Enter the path to the executable on your local file system to launch the MCP server. |
| Arguments (for Stdio transport type only) | Enter the arguments for the executable as needed. |
| Event Streaming URL (for SSE transport type only) | Enter the URL of the MCP server. |
| Timeout(s) (for SSE transport type only) | Set a timeout period for the connection to the MCP server in seconds. |
| Connection |
Select the cLangChainConnection component that connects to the language model. |
Advanced settings
| Properties | Description |
|---|---|
| Environments (for Stdio transport type only) | Set the environment variables in the table. Click [+] as many times as required to add parameters to the table. Then click the corresponding Value field and enter a value. |
|
Log Events (for Stdio transport type only) |
Select this checkbox to log the communications with the MCP server. |
| Headers (for SSE and Streamable HTTP transport types only) | Click the [+] button to add lines as
needed and define the key and value for HTTP headers. For example, to include
authentication information for MCP requests, you can add a line with
Authorization in the key field and your credentials in
the Value field. Information noteNote: This option is available only if you
have installed the R2025-12 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.
|
| Log Requests (for SSE and Streamable HTTP transport types only) | Select this checkbox to log requests to the MCP server. |
| Log Responses (for SSE and Streamable HTTP transport types only) | Select this checkbox to log responses from the MCP server. |
Usage
| Usage guidance | Description |
|---|---|
|
Usage rule |
cLangChainMCPClient can be a middle or end component in a Route. It has to be used with the cLangChainConnection component, which creates a connection to the language model. For more information about cLangChainConnection, see cLangChainConnection. |
|
Limitation |
n/a |