loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

scriptflow-mcp

MCP Tool

yanmxa/scriptflow-mcp

Script workflow management via MCP. Converts AI workflows to persistent scripts, reducing tokens & delays while minimizing hallucination risks.

Install

$ npx loaditout add yanmxa/scriptflow-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "scriptflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scriptflow-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

ScriptFlow MCP Server

[](https://www.npmjs.com/package/scriptflow-mcp) [](https://opensource.org/licenses/MIT)

ScriptFlow is a script workflow management system built on the Model Context Protocol (MCP). It transforms complex, repetitive AI interactions into persistent, executable scripts that can be managed, version-controlled, and reused across sessions.

Why ScriptFlow?
  1. Transform Workflows into Scripts: Convert successful AI interactions into reusable, executable scripts
  2. Save Time & Tokens: Execute complex tasks instantly instead of repeating long conversations
  3. Guaranteed Consistency: Scripts run the same way every time, eliminating AI randomness
  4. Powerful Management: Search, organize, edit, and version your automation library
  5. Team Collaboration: Share proven workflows across your organization
Features
  • Add/Edit/Remove scripts with metadata
  • List/Search scripts by name, description, or tags
  • Execute scripts with arguments
  • Multi-language support (Bash, Python, Node.js, TypeScript)
Setup

Add to your MCP client config (e.g., Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "scriptflow": {
      "command": "npx",
      "args": ["scriptflow-mcp"],
      "env": {
        "SCRIPTFLOW_SCRIPTS_DIR": "/your/custom/path"
      }
    }
  }
}

Environment Variables:

  • SCRIPTFLOW_SCRIPTS_DIR: Scripts directory (default: /tmp/scriptflow-mcp/scripts)
  • SCRIPTFLOW_TIMEOUT: Execution timeout in ms (default: 30000)
Available Tools
  • script_add - Add new script (name, description, content, language, tags)
  • script_edit - Update existing script
  • script_get - View script details
  • script_list - Search/filter scripts
  • script_run - Execute script with arguments
  • script_rm - Remove script
Quick Example
// Add 

Tags

agentic-workflowsai-optimizationmcpscript-managementtoken-reductionworkflow-automation

Reviews

Loading reviews...

Quality Signals

Quality Score3300
7
Stars
0
Installs
Last updated255 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit8/6/2025
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/yanmxa/scriptflow-mcp)](https://loaditout.ai/skills/yanmxa/scriptflow-mcp)