Files
langflow/docs/versioned_docs/version-1.9.0/_partial-mcp-tools-add-steps.mdx
Mendon Kissling 71fbf5ff00 docs: cut version 1.9.0 (#12681)
* version-1.9.0-docs

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-14 02:07:01 +00:00

17 lines
952 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Icon from "@site/src/components/icon";
import McpIcon from '@site/static/logos/mcp-icon.svg';
As of Langflow 1.9.x, the **MCP Tools** component is not listed as a draggable component under the **Agents** category. To add an MCP tool to a flow, do the following:
1. Register the MCP server.
Open **Settings** → **MCP Servers**, and then click **Add MCP Server**, or click <McpIcon /> **MCP** in the flow editors left sidebar, and then click <Icon name="Plus" aria-hidden="true"/> **Add MCP Server**.
2. Configure and save the server.
Enter the connection details, and then click **Save**.
For more information, see [Use Langflow as an MCP client](/mcp-client).
3. In the <McpIcon /> **MCP** sidebar, drag the new server to the canvas.
The **MCP Tools** component for that server is added to the canvas.
For more information, see [Use Langflow as an MCP client](/mcp-client) and [Use Langflow as an MCP server](/mcp-server).