Why Kuriflow?
Every time AI repeats a task, you burn tokens on work it already figured out. That's like paying a consultant full rate to photocopy their own
report.
Kuriflow saves AI's solution and runs it automatically — no AI tokens, no waiting, no re-explaining. New data flows in from your email or Google Drive. Results go out to email, Sheets, or Google Drive. Your tokens stay available for tasks that actually need thinking.
| AI alone | AI + Kuriflow | |
|---|---|---|
| First time | AI solves it | AI solves it |
| Every repeat | Tokens burned again | Runs without AI tokens |
| Monthly cost | Grows with every repeat | Fixed after setup |
| Your tokens | Spent on routine | Saved for what matters |
How It Works
(1) Ask AI to solve a task — any task that produces a document, spreadsheet, presentation, or dashboard.
(2) AI writes and tests the solution.
(3) You ask AI to save it as a repeatable workflow with Kuriflow MCP.
(4) Choose how new data arrives:
- Email trigger — Kuriflow watches your Gmail. When someone sends an attachment, the workflow runs automatically.
- Google Drive — Kuriflow checks a Drive folder on your schedule (hourly, daily, weekly). New file? Workflow runs.
- Schedule only — No input needed. The workflow fetches its own data from online sources and runs on your schedule.
Output Formats
Pick by what you need — any use case, any trigger:
- Document (.docx, .pdf)
- Spreadsheet (.xlsx, .csv)
- Presentation (.pptx)
- HTML / Dashboard (.html, charts)
You can also provide template files (.docx, .xlsx, .pptx) so Kuriflow fills them with fresh data every run.
Tools
- describe_capabilities — What can Kuriflow do? Start here.
- list_templates — Browse ready-to-use workflow recipes by output format
- save_workflow — Save AI's solution as a repeatable workflow
- run_workflow — Run it again with new data
- list_workflows — See your saved workflows
- get_execution_result — Check results and download outputs
Getting Started
(1) Sign up at kuriflow.com/signup (30 seconds)
(2) Copy your API key
(3) Add the server config with your key
(4) Ask AI to solve any repeatable task
Free Early Access
10 runs per month. Need more? Email sarun.kamolthip@kuriflow.com
Server Config
{
"mcpServers": {
"kuriflow": {
"command": "uvx",
"args": [
"kuriflow-mcp"
],
"env": {
"KURIFLOW_API_KEY": "your_kf_key",
"KURIFLOW_API_URL": "https://api.kuriflow.com"
}
}
}
}