Best for
- Developers needing reliable, replayable workflow automation
- Teams wanting deterministic tools for AI agents
- Users requiring unified execution engine for browser, API, and file operations
Flyto2 Core is a feature-rich open-source execution engine, particularly suited for automation scenarios needing reliable, replayable workflows. Its modular architecture and MCP support make integration easy, but self-hosting requires technical proficiency.
Flyto2 Core is the open-source execution kernel behind Flyto2, designed for AI agents and workflow automation. It offers a registry-backed module library, MCP-native transport, YAML recipes, evidence capture, replay, triggers, queue, versioning, and metering. It is suitable for browser automation, API integration, web scraping, replayable YAML flows, evidence capture, and deterministic tools that agents can call without generating unreviewed code.
pip install flyto-core[browser] and playwright install chromium. 3. Use python -m core.mcp_server or add via MCP config.{
"mcpServers": {
"flyto-core": {
"command": "python",
"args": ["-m", "core.mcp_server"]
}
}
}