Back to MCP Servers
Scriptflow
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-toolspythontypescriptnodeai
By yanmxa
Installation
npx -y scriptflow-mcpConfiguration
{
"mcpServers": {
"scriptflow-mcp": {
"command": "npx",
"args": ["-y", "scriptflow-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes