Kuriflow Server
FreeNot checkedEnables AI agents to save solutions as repeatable workflows that run automatically with new data via email, Google Drive, or schedule, eliminating token costs f
About
Enables AI agents to save solutions as repeatable workflows that run automatically with new data via email, Google Drive, or schedule, eliminating token costs for recurring tasks.
README
mcp-name: io.github.sGuNk13/kuriflow-mcp
Kuriflow MCP Server
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.
Quick Start
Option 1: Claude Cowork — one-click OAuth (recommended)
If you use Claude Cowork (Pro or Max plan):
- Settings → Connectors → Add custom connector
- Paste the server URL:
https://mcp.kuriflow.com - Click Connect
- Sign in with Google (Kuriflow uses your Google account — no separate signup)
- Click Allow on the consent screen
Tools become available in any new chat. Zero copy-paste, zero JSON.
Option 2: Remote with API key
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"
}
}
}
}
Option 3: Local install (uvx)
{
"mcpServers": {
"kuriflow": {
"command": "uvx",
"args": ["kuriflow-mcp"],
"env": {
"KURIFLOW_API_KEY": "your_kf_key",
"KURIFLOW_API_URL": "https://api.kuriflow.com"
}
}
}
}
Get Your API Key (Options 2 & 3 only)
Option 1 (Cowork OAuth) does NOT require an API key — skip this section.
- Sign up at kuriflow.com/signup (30 seconds, Google account)
- Open Settings → API Keys in your dashboard, click Generate, and copy the shown key — it's displayed only once
- Add it to your config above
How It Works
- Ask your AI agent (Claude, Gemini, ChatGPT, or any MCP-compatible client) 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 my Google Drive"
- "Generate a monthly expense report from this spreadsheet using our template"
- The AI gives the solution.
- You ask the AI to save it as a repeatable workflow with Kuriflow.
- 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.
- Manual upload — Upload a file whenever you're ready.
You can also provide template files (.docx, .xlsx, .pptx) so Kuriflow fills them with fresh data every run.
Tools
| 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 |
Why Kuriflow?
| 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 |
Free Early Access
10 runs per month. Need more? Email [email protected].
Links
License
MIT
Installing Kuriflow Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/sGuNk13/kuriflow-mcpFAQ
Is Kuriflow Server MCP free?
Yes, Kuriflow Server MCP is free — one-click install via Unyly at no cost.
Does Kuriflow Server need an API key?
No, Kuriflow Server runs without API keys or environment variables.
Is Kuriflow Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Kuriflow Server in Claude Desktop, Claude Code or Cursor?
Open Kuriflow Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare Kuriflow Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
