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.
pip install flyto-core[browser]
playwright install chromium2
Register it in Claude Code
After the local setup is done, run this command to point Claude Code at the built server.
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.urlbrowser.evaluateExecutes JavaScript code within the browser context.scriptbrowser.screenshotCaptures a screenshot of the current page.pathfull_pagebrowser.viewportSets the browser viewport dimensions.widthheightfile.writeWrites data to a local file.pathcontentTry 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.