Back to Browse

Kuriflow MCP Server

by SGuNk13
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.

About

Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Kuriflow API key. Get one at https://kuriflow.com/signup (Google sign-in, 30 seconds).Required

Environment variable: KURIFLOW_API_KEY

Kuriflow backend URL. Defaults to https://api.kuriflow.com — override only for self-hosted deployments.Optional

Environment variable: KURIFLOW_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sgunk13-kuriflow-mcp": {
      "env": {
        "KURIFLOW_API_KEY": "your-kuriflow-api-key-here",
        "KURIFLOW_API_URL": "your-kuriflow-api-url-here"
      },
      "args": [
        "kuriflow-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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):

  1. Settings → Connectors → Add custom connector
  2. Paste the server URL: https://mcp.kuriflow.com
  3. Click Connect
  4. Sign in with Google (Kuriflow uses your Google account — no separate signup)
  5. 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.

  1. Sign up at kuriflow.com/signup (30 seconds, Google account)
  2. Open Settings → API Keys in your dashboard, click Generate, and copy the shown key — it's displayed only once
  3. Add it to your config above

How It Works

  1. 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"
  2. The AI gives the solution.
  3. You ask the AI to save it as a repeatable workflow with Kuriflow.
  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.
    • 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

ToolDescription
save_workflowSave the AI's solution as a repeatable workflow
run_workflowRun it again with new data
list_workflowsSee your saved workflows
list_kurisBrowse available workflow types
get_execution_resultCheck results and download outputs
request_approvalRequest human approval before proceeding
get_approval_statusCheck approval decision
query_regulationLook up regulatory rules

Why Kuriflow?

AI aloneAI + Kuriflow
First timeAI solves itAI solves it
Every repeatTokens burned againRuns with new data, no tokens
Monthly costGrows with every repeatFixed after setup
Your tokensSpent on routineSaved for what matters

Free Early Access

10 runs per month. Need more? Email support@kuriflow.com.

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Kuriflow MCP Server - Make AI tasks repeatable. Run with new data automatically — | MCP Marketplace