Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Flowiseai

Flowiseai

FlowiseAI is an open-source generative AI development platform for building AI Agents and LLM workflows.

74VIEWS
2937USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app flowiseainpx @composio/cli add cursor --app flowiseainpx @composio/cli add cursor --app flowiseainpx @composio/cli add cursor --app flowiseai

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Clone Chatflow

Tool to clone an existing chatflow. Use when you need to duplicate a chatflow by its ID.

Create Chatflow

Tool to create a new chatflow in FlowiseAI. Use when you need to programmatically set up chatflows with custom configuration. Call after preparing the chatflow parameters.

Delete Chatflow

Tool to delete a chatflow by its ID. Use after confirming the chatflow ID is correct.

Delete Chat Messages

Tool to delete chat messages for a specific chatflow. Use when you need to remove messages based on optional filters. Use after confirming the chatflow ID.

Delete Tool By Id

Tool to delete a specific FlowiseAI tool by ID. Use after confirming the tool ID is correct.

Export Chatflow

Tool to export a chatflow by its ID. Use after confirming the chatflow exists.

Get All Chatflows

Tool to retrieve all chatflows. Use when you need to list existing chatflows after authentication.

Get Single Chatflow

Tool to retrieve a chatflow by its ID. Use when you have a chatflow ID and need its full details.

Get Tool By Id

Tool to retrieve a specific FlowiseAI tool by its ID. Use when you need detailed metadata of a tool before interacting with it.

Import Chatflow

Tool to import a chatflow from an exported JSON file. Use after obtaining the exported chatflow data.

List All Tools

Tool to retrieve a list of all tools. Use when you need to list every tool available after authentication.

List Chat Messages

Tool to list chat messages of a chatflow. Use after selecting a chatflow when you need to view its messages.

Update Chatflow Details

Tool to update details of an existing chatflow. Use when you have confirmed the chatflow ID and want to modify its fields.

Update Tool By Id

Tool to update a specific tool by its ID. Use when you need to modify existing tool metadata after retrieval. Call after confirming the fields you want to change.

14 actions available