Integrates Flowise chatflows and assistants into the Model Context Protocol (MCP) ecosystem, enabling dynamic tool registration and simplified configurations.
Sponsored
mcp-flowise is a Python package that acts as a Model Context Protocol (MCP) server, seamlessly bridging the gap between Flowise and MCP. It provides a flexible method for exposing Flowise chatflows and assistants as tools within an MCP environment. Supporting both dynamic tool creation (LowLevel mode) and static tool configuration (FastMCP mode), it allows users to list chatflows, create predictions, and tailor the integration to their specific needs, offering whitelisting, blacklisting, and environment variable configuration for enhanced control.
主要功能
01Dynamically registers chatflows as tools.
02Allows filtering of chatflows via whitelists and blacklists.
03Integrates with MCP workflows.
0419 GitHub stars
05Supports static tool configuration for simpler setups.
06Offers both LowLevel and FastMCP operation modes.
使用案例
01Managing and filtering available chatflows for specific tasks.
02Integrating Flowise chatflows into AI workflows.