Turns AI solutions into scheduled automations that run without burning tokens on repeat tasks. Connects to Gmail and Google Drive to trigger workflows when new data arrives, or runs on a schedule. The MCP tools let you save Claude's work as a reusable workflow, then execute it again with fresh inputs. Includes approval gates for human review and template support for Word, Excel, and PowerPoint files. Useful when you've got a data task that needs to repeat weekly or monthly and you'd rather spend tokens on new problems than re-solving old ones. Offers both OAuth through Claude Cowork and API key auth for local or remote setups.
mcp-name: io.github.sGuNk13/kuriflow-mcp
AI solves tasks once. Kuriflow makes them repeat.
Stop spending AI tokens on the same task every week. Let your AI agent solve it once, then Kuriflow runs it automatically with new data — via email, Google Drive, or schedule. Zero token cost per run.
If you use Claude Cowork (Pro or Max plan):
https://mcp.kuriflow.comTools become available in any new chat. Zero copy-paste, zero JSON.
For Claude Desktop or any client that supports raw remote MCP servers with bearer auth. Edit your client's MCP config:
{
"mcpServers": {
"kuriflow": {
"url": "https://mcp.kuriflow.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
{
"mcpServers": {
"kuriflow": {
"command": "uvx",
"args": ["kuriflow-mcp"],
"env": {
"KURIFLOW_API_KEY": "your_kf_key",
"KURIFLOW_API_URL": "https://api.kuriflow.com"
}
}
}
}
Option 1 (Cowork OAuth) does NOT require an API key — skip this section.
You can also provide template files (.docx, .xlsx, .pptx) so Kuriflow fills them with fresh data every run.
| Tool | Description |
|---|---|
save_workflow | Save the AI's solution as a repeatable workflow |
run_workflow | Run it again with new data |
list_workflows | See your saved workflows |
list_kuris | Browse available workflow types |
get_execution_result | Check results and download outputs |
request_approval | Request human approval before proceeding |
get_approval_status | Check approval decision |
query_regulation | Look up regulatory rules |
| AI alone | AI + Kuriflow | |
|---|---|---|
| First time | AI solves it | AI solves it |
| Every repeat | Tokens burned again | Runs with new data, no tokens |
| Monthly cost | Grows with every repeat | Fixed after setup |
| Your tokens | Spent on routine | Saved for what matters |
10 runs per month. Need more? Email support@kuriflow.com.
MIT
KURIFLOW_API_KEY*secretYour Kuriflow API key. Get one at https://kuriflow.com/signup (Google sign-in, 30 seconds).
KURIFLOW_API_URLdefault: https://api.kuriflow.comKuriflow backend URL. Defaults to https://api.kuriflow.com — override only for self-hosted deployments.
makafeli/n8n-workflow-builder
danishashko/make-mcp
lukisch/n8n-manager-mcp
io.github.us-all/airflow
io.github.infoinlet-marketplace/mcp-workflow