← Back to Flyto Core

Install Flyto Core

Pick your client, copy the command, done.

1

Add it to Claude Code

claude mcp add flyto-core -- python -m flyto_core.mcp

Available Tools (6)

Once configured, Flyto Core gives your AI agent access to:

browser.launchLaunches a browser instance for automation tasks.
browser.gotoNavigates the browser to a specified URL.
url
browser.evaluateExecutes JavaScript code within the browser context.
script
browser.screenshotCaptures a screenshot of the current page.
pathfull_page
browser.viewportSets the browser viewport dimensions.
widthheight
file.writeWrites data to a local file.
pathcontent

Try It Out

After setup, try these prompts with your AI agent:

Launch a browser, navigate to https://github.com/pricing, and take a full-page screenshot.
Perform a full site audit on https://your-site.com including SEO and performance metrics.
Scrape the titles from https://news.ycombinator.com and save them to a CSV file.
Replay the last failed automation step starting from step 8.
Prerequisites & system requirements
  • An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
  • Python 3.8+ with pip installed

Keep this setup from going cold

Save the docs, env vars, and workflow around Flyto Core in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup