Kuriflow MCP Server
Allows monitoring Gmail for incoming attachments to trigger automated workflows.
Allows monitoring Google Drive folders for new files to trigger automated workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kuriflow MCP ServerSave this analysis as a weekly workflow running on my Google Drive"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.comClick 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"
}
}
}
}Related MCP server: CodePilot MCP
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 the AI's solution as a repeatable workflow |
| Run it again with new data |
| See your saved workflows |
| Browse available workflow types |
| Check results and download outputs |
| Request human approval before proceeding |
| Check approval decision |
| 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 support@kuriflow.com.
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityFmaintenanceEnables efficient AI workflow orchestration by chaining multi-step LLM operations while keeping intermediate results out of the context window, reducing token usage by 90%+ and supporting multiple AI providers.Last updated77MIT- Flicense-qualityDmaintenanceEnables automation of workflows across GitHub, Notion, and Google Calendar with AI-powered task execution, personalized agent memory, and Slack integration for seamless team coordination and project management.Last updated
- Alicense-qualityDmaintenanceEnables AI agents to achieve production-ready solutions through iterative refinement and recursive thinking processes. It features token optimization via context compression and session-based tracking to improve problem-solving depth while minimizing cost.Last updated305MIT
- Alicense-qualityAmaintenanceEnables AI agents to store and execute reusable protocol chains with persistent memory and deterministic execution.Last updated725MIT
Related MCP Connectors
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Automate tasks, processes, and approvals with AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sGuNk13/kuriflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server