CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
sgunk13 avatar

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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 →
site.jiebang.www avatar
Tools

site.jiebang.www/tools

20 free dev tools: JSON/YAML, XML/SQL, Cron, SEO, QR code, URL shortener, cron tasks, files
smythmyke avatar
Govtoolspro Mcp Server

smythmyke/govtoolspro-mcp-server

Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.
snoooz-ai avatar
Snoooz Mcp

snoooz-ai/snoooz-mcp

AI email automation, follow-ups, training, previews, and mailbox troubleshooting.
spencerdgarrett avatar
TRIALPATH

spencerdgarrett/trialpath

Parkinson's Pathways MCP — Real-time access to ClinicalTrials.gov data with a focus on Parkinson's disease research. 9 tools: search trials, get AI-generated plain-language briefs, replay historical snapshots, query field-level changes, match patients to eligible studies, look up sponsor and investigator activity, and subscribe to changes via webhook or SSE. Pay per call in USDC on Base via the x402 protocol — most calls are $0.005–$0.02. Free tier available with an API key (25 calls/24h). Endpoint: https://parkinsonspathways.com/mcp · Manifest: https://parkinsonspathways.com/mcp.json
stexa-ai avatar
Stexa Voice MCP

stexa-ai/voice-mcp

Connect voice telephony to your AI agent. Make outbound calls, get transcripts, check call status — all via MCP tools. Built on Asterisk + Yandex SpeechKit. OAuth 2.1, FZ-152 compliant.
stexa-ai avatar
Stexa Voice MCP

stexa-ai/voice-mcp-aee7b413

Connect voice telephony to your AI agent. Make outbound calls, get transcripts, check call status — all via MCP tools. Built on Asterisk + Yandex SpeechKit. OAuth 2.1, FZ-152 compliant.