@infoinlet/mcp-workflow
v0.1.1
Published
Workflow automation for AI agents: browse 125 connectors + 234 prebuilt automation templates, and run them via the FluxTurn engine. MCP server.
Readme
workflow-mcp
Workflow automation for AI agents, as an MCP server. Wraps the FluxTurn engine + bundles its catalog of 125 connectors (20 categories) and 234 prebuilt automation templates. Design doc: ../../docs/04-WORKFLOW-MCP.md.
| Tool | Needs engine? | What |
|---|:--:|---|
| list_connectors | no | Browse 125 connectors (filter by category). |
| list_templates | no | Browse/search 234 templates by category/text/tag/connector. |
| get_template | no (summary) | Template details. |
| run_template | yes | Instantiate + run a template with inputs. |
| run_workflow | yes | Run an existing workflow. |
| get_workflow_status | yes | Poll an execution. |
Discovery works offline from the bundled catalog (data/). Execution proxies to the FluxTurn engine — set FLUXTURN_API_URL (+ FLUXTURN_API_KEY). The catalog is regenerated from the FluxTurn repo; JP-native connectors (freee, Money Forward, Yayoi, Chatwork, LINE WORKS) are included as a wedge vs Zapier/Make.
Run
cp .env.example .env # FLUXTURN_API_URL optional (discovery works without it)
npm install && npm run build
node dist/server.js