Back to directory
matthewhand/mcp-flowise

matthewhand/mcp-flowise

@matthewhand

MCP server integrating with the Flowise API to list chatflows, create predictions, and dynamically register tools

flowisechatflowapi-integrationllmpythonmcptool

Installation & Configuration

{
  "mcpServers": {
    "mcp-flowise": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/matthewhand/mcp-flowise",
        "mcp-flowise"
      ],
      "env": {
        "FLOWISE_API_KEY": "${FLOWISE_API_KEY}",
        "FLOWISE_API_ENDPOINT": "${FLOWISE_API_ENDPOINT}"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17