Updated April 2026

Install Flyto Core

Pick your client, copy the command, done.

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
pip install flyto-core[browser]
playwright install chromium
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add flyto-core -- node "<FULL_PATH_TO_FLYTO_CORE>/dist/index.js"

Replace <FULL_PATH_TO_FLYTO_CORE>/dist/index.js with the actual folder you prepared in step 1.

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.

Need the legacy visual installer? Open Conare IDE.
Remember this setup