Skip to main content
Developer ToolsTypeScript

yanmxa/scriptflow-mcp

A script workflow management system that transforms complex, repetitive AI interactions into persistent, executable scripts. Supports multi-language execution (Bash, Python, Node.js, TypeScript) with guaranteed consistency and reduced hallucination risks.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/yanmxa/scriptflow-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "scriptflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yanmxa/scriptflow-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
yanmxa