Skyvern
Created 5 months ago
Automate Browser-based workflows using LLMs and Computer Vision.
development
automation
browser
LLMs
computer vision
What is Skyvern?
MCP to let Claude / Windsurf / Cursor / your LLM control the browser
Documentation
Quickstart# Skyvern Cloud
Skyvern Cloud is a managed cloud version of Skyvern that allows you to run Skyvern without worrying about the infrastructure. It allows you to run multiple Skyvern instances in parallel and comes bundled with anti-bot detection mechanisms, proxy network, and CAPTCHA solvers.
Install & Run
- Install Skyvern
pip install skyvern
- Run Skyvern
skyvern quickstart
- Run task\n\n#### UI (Recommended) Start the Skyvern service and UI
skyvern run all
Go to http://localhost:8080 and use the UI to run a task\n\n#### Code
from skyvern import Skyvern
skyvern = Skyvern()
task = await skyvern.run_task(prompt="Find the top post on hackernews today")
print(task)
...
Server Config
{
"mcpServers": {
"skyvern-server": {
"command": "npx",
"args": [
"skyvern"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
Skyvern Team
Category:
community
License:
AGPL-3.0 License
Tags:
development
automation
browser