We're excited to introduce Flyto2, an enterprise workflow platform with 412+ pre-built modules and deterministic execution. What is Flyto2? ​ Flyto2 is a workflow automation platform designed for enterprises that need: Deterministic execution — Same inputs always produce the same outputs Full audit trail — Evidence snapshots at every step 412+ modules — Browser automation, file I/O, Docker, data parsing, crypto, and more MCP native — Works as an MCP server via STDIO and Streamable HTTP The Flyto2 Ecosystem ​ | Project | Purpose | |
Learn how to connect flyto-core as an MCP server to Claude Desktop, Cursor, and other MCP-compatible clients. What is MCP? ​ The Model Context Protocol (MCP) is an open standard for connecting AI models to external tools and data sources. flyto-core implements MCP, exposing all 412+ modules as tools that any MCP client can use. Setup with Claude Desktop ​ Add this to your Claude Desktop MCP configuration: json{ "mcpServers": { "flyto-core": { "command": "python3", "args": ["-m", "flyto_core.mcp_server"] } } } Once connected, you can ask Claude to use any flyto-core module: "Encrypt this message with AES-GCM using the key 'my-secret'" Claude will call the crypto.encrypt module and return the result. Available Transports ​ | Transport | Use Case | |