docs/versioned_docs/version-1.9.0/Agents/langflow-mcp-client.mdx
import Icon from "@site/src/components/icon";
Connect coding agents such as Bob (IBM) and Claude Code to a Langflow instance so they can build and run flows over MCP.
This page describes the <Icon name="Terminal" aria-hidden="true"/> Langflow MCP Client entry in Settings. It is different from Langflow's other MCP options.
To connect Langflow to a coding agent, do the following:
Click your profile icon, select Settings, and then click <Icon name="Terminal" aria-hidden="true"/> Langflow MCP Client.
Select the coding agent you want to connect to Langflow, and follow the steps shown in the UI.
All client configurations run lfx-mcp with uvx, and set LANGFLOW_SERVER_URL to your Langflow server URL and LANGFLOW_API_KEY to a Langflow API key of your choice.
~/.bob/settings/mcp_settings.json, or use Edit Project MCP for a project-only setup.claude mcp add command shown on the page, or manually add the JSON configuration to ~/.claude.json.If you do not set LANGFLOW_API_KEY, the coding agent can log in with the Langflow username and password you use to sign in to the Langflow web UI for that server.