Back to Apps

ScriptFlow
Supports UIby yanmxa
Convert AI workflows into persistent, executable scripts to reduce token usage and eliminate hallucinations.
0 stars
Works in:claude
Exposes:Tools
What it does
ScriptFlow connects your AI to a persistent script management system. It allows the AI to transform complex, repetitive multi-step interactions into reusable scripts (Bash, Python, Node.js, TypeScript), effectively creating a long-term memory of executable workflows.
Tools
script_add: Create a new script with metadata and content.script_edit: Update an existing script's logic or description.script_get: Retrieve specific script details.script_list: Search and filter your automation library.script_run: Execute a script with specific arguments.script_rm: Remove a script from the library.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"scriptflow": {
"command": "npx",
"args": ["scriptflow-mcp"],
"env": {
"SCRIPTFLOW_SCRIPTS_DIR": "/your/custom/path"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx scriptflow-mcpInformation
- Pricing
- free
- Published
- 6/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"scriptflow": {
"command": "npx",
"args": ["scriptflow-mcp"],
"env": {
"SCRIPTFLOW_SCRIPTS_DIR": "/your/custom/path"
}
}
}
}





