yanmxa/scriptflow-mcp
by Various
Script workflow management via MCP. Converts AI workflows to persistent scripts, reducing tokens & delays while minimizing hallucination risks.
MCP
yanmxa/scriptflow-mcp
Added 1 June 2026
Overview
Scriptflow MCP is a TypeScript tool that manages script workflows through the Model Context Protocol. It converts AI-driven workflows into persistent scripts, which reduces token usage and delays while lowering the risk of hallucination.
Best for
Best for
Developers building script-based AI workflows who want to reduce costs and improve reliability
Use cases
- Convert repetitive AI workflows into reusable scripts
- Reduce token consumption and latency in AI interactions
- Minimize hallucination risks by persisting deterministic steps
How to use
Install
npx @modelcontextprotocol/inspector npx scriptflow-mcp Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "scriptflow": {\n "command": "npx",\n "args": ["scriptflow-mcp"],\n "env": {\n "SCRIPTFLOW_SCRIPTS_DIR": "/your/custom/path"\n }\n }\n }\n} Notes
Scriptflow MCP is a TypeScript tool that manages script workflows through the Model Context Protocol. It converts AI-driven workflows into persistent scripts, which reduces token usage and delays while lowering the risk of hallucination.
7 stars on GitHub. Last updated 2025-08-06. Licensed MIT.
Use cases
- Convert repetitive AI workflows into reusable scripts
- Reduce token consumption and latency in AI interactions
- Minimize hallucination risks by persisting deterministic steps
Pros
- Reduces token usage and delays by converting workflows to scripts
- Lowers hallucination risk through persistent, deterministic execution
- Lightweight TypeScript implementation with MCP integration
Cons
- Very low community adoption with only 7 GitHub stars
- Limited documentation and support due to niche status
- Requires MCP-compatible environment to function
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Reduces token usage and delays by converting workflows to scripts
- Lowers hallucination risk through persistent, deterministic execution
- Lightweight TypeScript implementation with MCP integration
Cons
- Very low community adoption with only 7 GitHub stars
- Limited documentation and support due to niche status
- Requires MCP-compatible environment to function
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.