mcp-flowiseServer

matthewhand
GitHub
MCPFlowisePython

Loading subscription status...

💡 Description

mcp-flowise is a Python package that implements a Machine Context Protocol (MCP) server integrating with the Flowise API. It provides a standardized and flexible way to list chat flows, create predictions, and dynamically register tools for chat flows or Flowise assistants. It supports two operational modes: Low-Level Mode and FastMCP Mode.

📝 JSON Entries

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

🛠️ Tools

list_chatflowscreate_prediction

Features

  • Dynamic tool exposure
  • Simple configuration
  • Flexible filtering
  • Integration with MCP