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
- Add an MCP Tool node to your canvas
- Select transport: Streamable HTTP
- Set the config:
Flowise MCP tool config
{
"url": "https://devmotion.app/mcp",
"headers": {
"Authorization": "Bearer {{$vars.devmotionToken}}"
}
}- Create a variable
devmotionTokenin 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.