CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Kuriflow Mcp

sgunk13/kuriflow-mcp
authSTDIOregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

  • Website
  • Sign Up
  • Privacy Policy

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

KURIFLOW_API_KEY*secret

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

KURIFLOW_API_URLdefault: https://api.kuriflow.com

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

Categories
Automation & WorkflowsData & Analytics
Registryactive
Packagekuriflow-mcp
TransportSTDIO
AuthRequired
UpdatedMay 8, 2026
View on GitHub

Related Automation & Workflows MCP Servers

View all →
n8n Workflow Builder

makafeli/n8n-workflow-builder

AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
519
N8N

illuminaresolutions/n8n-mcp-server

MCP server implementation for n8n workflow automation
120
Make Mcp

danishashko/make-mcp

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
5
n8n Manager MCP

lukisch/n8n-manager-mcp

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
1
Airflow

io.github.us-all/airflow

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
Mcp Workflow

io.github.infoinlet-marketplace/mcp-workflow

Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn.