- Kuriflow
Kuriflow
Why Kuriflow?
Every time Claude 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 Claude'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.
| Claude alone | Claude + Kuriflow | |
|---|---|---|
| First time | Claude solves it | Claude 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
- Ask Claude to solve a task. For example:
- "Analyze this sales data and create a dashboard with charts"
- "Build a DCF model from the financial statement fetched from XYZ data source"
- "Generate a monthly expense report from this spreadsheet using our template"
- Claude gives the solution.
- You ask Claude to save it as a repeatable workflow with Kuriflow MCP.
- 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. Just tell Claude the workflow fetches its own data from online sources and runs on your schedule.
You can also provide template files (.docx, .xlsx, .pptx) so Kuriflow fills them with fresh data and results every run. For example: a monthly report template, a client proposal deck, or a payroll summary — same format, new numbers, every time.
Tools
- save_workflow — Save Claude's solution as a repeatable workflow
- run_workflow — Run it again with new data (uploaded or fetched from your sources)
- list_workflows — See your saved workflows
- get_execution_result — Check results and download outputs
Getting Started
- Sign up at kuriflow.com/signup (30 seconds)
- Copy your API key
- Add the server config with your key
- Ask Claude to solve any repeatable task
Free Early Access
10 runs per month. Need more? Email sarun.kamolthip@kuriflow.com
Server Config
{
"mcpServers": {
"kuriflow": {
"url": "https://mcp.kuriflow.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}