Flowise

Flowise supports MCP tool nodes in its visual builder. For cloud-hosted deployments use HTTP transport (stdio is local-only).

MCP Endpoint: https://devmotion.app/mcp


Setup

  1. Add an MCP Tool node to your canvas
  2. Select transport: Streamable HTTP
  3. Set the config:
Flowise MCP tool config
{
  "url": "https://devmotion.app/mcp",
  "headers": {
    "Authorization": "Bearer {{$vars.devmotionToken}}"
  }
}
  1. Create a variable devmotionToken in Flowise’s variable store with your DevMotion token — this keeps it out of the flow config

Authentication

Obtain a long-lived token from your DevMotion profile.


Docs

Flowise Tools & MCP →