Skip to content

MCP Server

flyto-core implements the Model Context Protocol (MCP), exposing all 412+ modules as tools that any MCP-compatible AI client can use.

Transports

TransportUse CaseCommand
STDIOLocal clients (Claude Desktop, VS Code)flyto-core mcp
Streamable HTTPRemote clients, multi-clientflyto-core mcp --transport http

How It Works

  1. flyto-core starts as an MCP server
  2. The client discovers available tools (modules)
  3. The AI agent calls tools as needed
  4. flyto-core executes the module and returns results

Available Tools

Every flyto-core module is automatically registered as an MCP tool. The tool name matches the module name (e.g., browser.goto, file.read).

Learn More

Released under the Apache 2.0 License.