mcp-flowise

mcp-flowise

3.1

If you are the rightful owner of mcp-flowise and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

`mcp-flowise` is a Python package implementing a Model Context Protocol (MCP) server that integrates with the Flowise API.

The `mcp-flowise` server provides a standardized and flexible way to list chatflows, create predictions, and dynamically register tools for Flowise chatflows or assistants. It supports two operation modes: LowLevel Mode, which dynamically registers tools for all chatflows retrieved from the Flowise API, and FastMCP Mode, which provides static tools for listing chatflows and creating predictions, suitable for simpler configurations. This server is designed to integrate seamlessly into MCP workflows, offering dynamic tool exposure and flexible filtering options.

Features

  • Dynamic Tool Exposure: LowLevel mode dynamically creates tools for each chatflow or assistant.
  • Simpler Configuration: FastMCP mode exposes `list_chatflows` and `create_prediction` tools for minimal setup.
  • Flexible Filtering: Both modes support filtering chatflows via whitelists and blacklists by IDs or names (regex).
  • MCP Integration: Integrates seamlessly into MCP workflows.