wksbx/flowise-mcp-server
A Model Context Protocol (MCP) server that provides programmatic integration with Flowise AI workflow platform. This enables LLM-based tools to create, manage, and run Flowise chatflows and agentflows.
Platform-specific configuration:
{
"mcpServers": {
"flowise-mcp-server": {
"command": "npx",
"args": [
"-y",
"flowise-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...