Langflow MCP Server

Langflow MCP Server

A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to Langflow workflow automat

2
Stars
1
Forks
7
Releases

Overview

langflow-mcp-server is an MCP server that bridges Langflow's workflow automation platform with AI models, enabling AI assistants to understand, manage, and operate Langflow flows. It is built against the Langflow API documentation and supports Langflow API version 1.6.4, exposing a structured set of tools that cover Flow Management (create, read, update, delete, and execute flows), Flow Execution (run flows with inputs and trigger webhooks, with optional streaming), Build Operations (compile, validate, and monitor builds), Import/Export (upload and download flows and projects), Organization (manage folders and projects), Configuration (manage global variables), Knowledge Bases (manage RAG document collections), and Component Discovery (list all available Langflow components). The MCP server provides about 90 tools in Claude (94 with deprecated tools enabled) and can operate in stdio mode for Claude Desktop or in HTTP mode for remote access. It includes Docker deployment support, docker-compose configuration, and an example environment file, aligning with patterns from the n8n-mcp architecture and delivering full API coverage for Langflow 1.6.4. Deployed features and deprecated tooling are clearly documented to assist integration and maintenance.

Details

Owner
nobrainer-tech
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Flow Management

Create, list, get, update, and delete Langflow flows, enabling full lifecycle management of workflows.

Flow Execution

Run flows with input configurations, support for streaming, and webhook-triggered executions to integrate with external triggers.

Build Operations

Build/compile flows, monitor build status and events, and cancel running builds.

Import/Export

Upload and download flows and projects, plus access to basic example flows for quick onboarding.

Knowledge Base Management

Manage RAG document collections including listing, retrieving details, deleting, and bulk deleting knowledge bases.

Component Discovery

List all available Langflow components to aid in automation and integration planning.

Monitoring & Analytics

Access build/run history, message and session data, and related analytics to observe and audit MCP interactions.

Deployment & Environment Support

Docker-based deployment with docker-compose support; supports stdio mode for Claude Desktop and HTTP mode for remote access.

Audience

AI developersIntegrate Langflow workflows with AI assistants via MCP to manage flows, builds, and knowledge bases.
Langflow users / teamsEnable natural language control over Langflow resources (flows, folders, projects, variables, knowledge bases) through an MCP server.
Claude Desktop usersConnect Claude Desktop to Langflow MCP server for local stdio mode workflow automation.

Tags

LangflowMCPAI assistantworkflow automationRAGKnowledge basesDockerClaude DesktopAPI 1.6.4FlowsBuildsComponents discovery