Langflow 1.10 just released!
gradient
  1. Home  /

  2. Blog  /

  3. Langflow 1.4: Organize Workflows + Connect with MCP

Langflow 1.4: Organize Workflows + Connect with MCP

Scott Regan

Written by Scott Regan

May 7, 2025

TL;DR

Langflow 1.4 introduces Projects to organize and scale workflows and makes it simple to expose them over MCP. With Langflow Desktop, your machine becomes a local AI agent factory, ready to build and serve powerful tools, data, and context to your favorite apps.

Projects

Langflow 1.4 is now generally available! This release introduces Projects, a new way to organize, modularize, and expose your AI workflows.

A Project is the space containing flows, and it enables you to:

  • Modularize complex logic into smaller, reusable pieces.
  • Keep large systems organized and scalable.
  • Build flows that call each other cleanly through the Run Flow component.

The idea is to have a unified space where shared flows natively “talk” to each other and accomplish tasks, gradually adding functionality that turns a Project into the central hub for managing flows, execution, logs, and task orchestration—bringing modularity, visibility, and control to AI systems.

Projects as MCP

Beyond organization, Projects are now also MCP servers!

MCP (Model Context Protocol) is an open standard from Anthropic designed to establish seamless interoperability between LLM applications and external tools, APIs, or data sources.

When you expose a Project, each flow inside it becomes a callable action (or tool) in the MCP Server, so external apps such as Cursor and Claude Desktop will be able to discover and use your flows directly. 

These actions can be enabled and configured on how they are presented to agents. Just set names and descriptions, choose which ones to expose and copy the MCP command to connect!

Smarter tool configuration

We’ve also been making progress in improving how agents can access tools. 

In the same way that you can configure an MCP action, tools are now easier to configure through the UI. 

Once you turn a component into Tool Mode – it will display its available actions to be enabled. Changing an action name or description can completely impact how and when agents will call it, so details can be valuable.

The parameters controlled by the agent are also displayed for visibility. Some component fields may be manually filled while others will be decided by the calling agent. The goal is to let agents use your tools intelligently, while giving you fine-grained control over how each tool behaves.

Your local AI agent factory

Langflow is now a first-class citizen in the MCP ecosystem—acting as both a builder and aggregator of MCP tools. 

Use the MCP Connection component to bring in external tools, customize their behavior through flows, and re-expose them as new tools. Or compose a series of specialized agents inside a Project and instantly expose them to any MCP-compatible client. With Langflow, you don’t just connect tools—you create, adapt, and orchestrate them.

With Langflow Desktop, this becomes your local AI agent factory. Build, test, and run flows entirely on your machine. Create specialized agents, wire them together, and expose them as MCP tools—all without relying on external infrastructure. It’s a full agent development environment, right on your desktop.


Try Langflow Today

Langflow is open-source and evolving fast, thanks to the support of our community. Join our Discord to connect with other builders, share feedback, and get support. Check out the Langflow GitHub repository to explore, contribute, or star the project 🌟

Your feedback and ideas help shape the future of Langflow!


Similar Posts

Langflow 1.10 Desktop is now available

Langflow 1.10 Desktop is now available

Langflow Dev Team

Written by Langflow Dev Team

June 18, 2026

Langflow 1.10 Desktop is now available. For the full list of new features and platform updates in 1.10, see the OSS release announcement.

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

Langflow 1.10 expands Langflow Assistant to build entire flows, introduces Memory bases for long-term semantic memory, adds configurable vector database backends, brings the interface to seven languages, and more.

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

The Langflow engineering team breaks down a comprehensive package of memory and stability enhancements spanning v1.9.0 through v1.10.0—achieving an ~89% reduction in memory consumption through dependency pruning, worker lifecycle management, and advanced Linux Copy-on-Write techniques.

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Dev Team

Written by Langflow Dev Team

May 20, 2026

Langflow's new Policies feature compiles natural-language business rules into deterministic guards around agent tools—so policy violations are caught before they happen, not after.