mcp-flowise

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLOWISE_API_KEYYesYour Flowise API Bearer token.
FLOWISE_CHATFLOW_IDNoSingle Chatflow ID (optional).
FLOWISE_API_ENDPOINTYesBase URL for Flowise. Default is 'http://localhost:3000'.http://localhost:3000
FLOWISE_ASSISTANT_IDNoSingle Assistant ID (optional).
FLOWISE_CHATFLOW_BLACKLISTNoComma-separated list of denied chatflow IDs (optional).
FLOWISE_CHATFLOW_WHITELISTNoComma-separated list of allowed chatflow IDs (optional).
FLOWISE_CHATFLOW_DESCRIPTIONSNoComma-separated list of 'chatflow_id:Description' pairs for LowLevel mode.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools