{
  "markdown": "mcp-name: io.github.sGuNk13/kuriflow-mcp\n\n# Kuriflow MCP Server\n\n**AI solves tasks once. Kuriflow makes them repeat.**\n\nStop 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.\n\n## Quick Start\n\n### Option 1: Claude Cowork — one-click OAuth (recommended)\n\nIf you use [Claude Cowork](https://claude.ai/cowork) (Pro or Max plan):\n\n1. **Settings → Connectors → Add custom connector**\n2. Paste the server URL: `https://mcp.kuriflow.com`\n3. Click **Connect**\n4. Sign in with Google (Kuriflow uses your Google account — no separate signup)\n5. Click **Allow** on the consent screen\n\nTools become available in any new chat. Zero copy-paste, zero JSON.\n\n### Option 2: Remote with API key\n\nFor Claude Desktop or any client that supports raw remote MCP servers\nwith bearer auth. Edit your client's MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"kuriflow\": {\n      \"url\": \"https://mcp.kuriflow.com\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n### Option 3: Local install (uvx)\n\n```json\n{\n  \"mcpServers\": {\n    \"kuriflow\": {\n      \"command\": \"uvx\",\n      \"args\": [\"kuriflow-mcp\"],\n      \"env\": {\n        \"KURIFLOW_API_KEY\": \"your_kf_key\",\n        \"KURIFLOW_API_URL\": \"https://api.kuriflow.com\"\n      }\n    }\n  }\n}\n```\n\n## Get Your API Key (Options 2 & 3 only)\n\n> Option 1 (Cowork OAuth) does NOT require an API key — skip this section.\n\n1. Sign up at [kuriflow.com/signup](https://kuriflow.com/signup) (30 seconds, Google account)\n2. Open **Settings → API Keys** in your dashboard, click **Generate**, and copy the shown key — it's displayed only once\n3. Add it to your config above\n\n## How It Works\n\n1. Ask your AI agent (Claude, Gemini, ChatGPT, or any MCP-compatible client) to solve a task. For example:\n   - \"Analyze this sales data and create a dashboard with charts\"\n   - \"Build a DCF model from the financial statement fetched from my Google Drive\"\n   - \"Generate a monthly expense report from this spreadsheet using our template\"\n2. The AI gives the solution.\n3. You ask the AI to save it as a repeatable workflow with Kuriflow.\n4. Choose how new data arrives:\n   - **Email trigger** — Kuriflow watches your Gmail. When someone sends an attachment, the workflow runs automatically.\n   - **Google Drive** — Kuriflow checks a Drive folder on your schedule (hourly, daily, weekly). New file? Workflow runs.\n   - **Schedule only** — No input needed. The workflow fetches its own data from online sources and runs on your schedule.\n   - **Manual upload** — Upload a file whenever you're ready.\n\nYou can also provide template files (.docx, .xlsx, .pptx) so Kuriflow fills them with fresh data every run.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `save_workflow` | Save the AI's solution as a repeatable workflow |\n| `run_workflow` | Run it again with new data |\n| `list_workflows` | See your saved workflows |\n| `list_kuris` | Browse available workflow types |\n| `get_execution_result` | Check results and download outputs |\n| `request_approval` | Request human approval before proceeding |\n| `get_approval_status` | Check approval decision |\n| `query_regulation` | Look up regulatory rules |\n\n## Why Kuriflow?\n\n| | AI alone | AI + Kuriflow |\n|---|---|---|\n| First time | AI solves it | AI solves it |\n| Every repeat | Tokens burned again | Runs with new data, no tokens |\n| Monthly cost | Grows with every repeat | Fixed after setup |\n| Your tokens | Spent on routine | Saved for what matters |\n\n## Free Early Access\n\n10 runs per month. Need more? Email support@kuriflow.com.\n\n## Links\n\n- [Website](https://kuriflow.com)\n- [Sign Up](https://kuriflow.com/signup)\n- [Privacy Policy](https://kuriflow.com/privacy)\n\n## License\n\nMIT\n",
  "bytes": 3826,
  "sha": "a5ccee5499c80cfea56798d0cd85f313d2493598f19462c35f1c5a52439f0805",
  "repo_slug": "sgunk13/kuriflow-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sgunk13_kuriflow_mcp_e9a67351/readme"
}