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.
Quick Start
Clone the repository:
git clone https://github.com/yanmxa/scriptflow-mcpClaude Desktop configuration example:
{
"mcpServers": {
"scriptflow-mcp": {
"command": "npx",
"args": [
"-y",
"yanmxa/scriptflow-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.