Skyvern
MCP Server to let Claude / your AI control the browser
Model Context Protocol (MCP)
Skyvern's MCP server implementation helps connect your AI Applications to the browser. This allows your AI applications to do things like: Fill out forms, download files, research information on the web, and more.
You can connect your MCP-enabled applications to Skyvern in two ways:
- Local Skyvern Server
- Use your favourite LLM to power Skyvern
- Skyvern Cloud
- Create an account at app.skyvern.com
- Get the API key from the settings page which will be used for setup
Quickstart
⚠️ REQUIREMENT: Skyvern only runs in Python 3.11 environment today ⚠️
-
Install Skyvern
pip install skyvern -
Configure Skyvern Run the setup wizard which will guide you through the configuration process. You can connect to either Skyvern Cloud or a local version of Skyvern.
skyvern init -
(Optional) Launch the Skyvern Server. Only required in local mode
skyvern run server
Examples
Skyvern allows Claude to look up the top Hackernews posts today
https://github.com/user-attachments/assets/0c10dd96-c6ff-4b99-ad99-f34a5afd04fe
Cursor looking up the top programming jobs in your area
https://github.com/user-attachments/assets/084c89c9-6229-4bac-adc9-6ad69b41327d
Ask Windsurf to do a form 5500 search and download some files
https://github.com/user-attachments/assets/70cfe310-24dc-431a-adde-e72691f198a7
Supported Applications
skyvern init helps configure the following applications for you:
- Cursor
- Windsurf
- Claude Desktop
- Your custom MCP App?
Use the following config if you want to set up Skyvern for any other MCP-enabled application
{
"mcpServers": {
"Skyvern": {
"env": {
"SKYVERN_BASE_URL": "https://api.skyvern.com", # "http://localhost:8000" if running locally
"SKYVERN_API_KEY": "YOUR_SKYVERN_API_KEY" # find the local SKYVERN_API_KEY in the .env file after running `skyvern init` or in your Skyvern Cloud console
},
"command": "PATH_TO_PYTHON",
"args": [
"-m",
"skyvern",
"run",
"mcp"
]
}
}
}
Related Servers
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
MCP Image Downloader
A server for downloading and optimizing images from the web.
Xiaohongshu Search & Comment
An automated tool to search notes, retrieve content, and post comments on Xiaohongshu (RedBook) using Playwright.
Playwright Server
A server providing Playwright tools for browser automation and web scraping.
Financial Data MCP Server
Provides real-time financial market data from Yahoo Finance.
Stepstone
Fetches job listings from Stepstone.de based on keywords and location parameters.
MCP Deep Web Research Server
An advanced web research server with intelligent search queuing, enhanced content extraction, and deep research capabilities.
MCP Web Scraper
A production-ready web scraping platform with ML-powered automation, browser automation via Playwright, and persistent caching.
Cloudflare Playwright
Control a browser for web automation tasks like navigation, typing, clicking, and taking screenshots using Playwright on Cloudflare Workers.
Shufersal MCP Server
Automates shopping on the Shufersal website, enabling LLMs to search for products, create shopping lists, and manage the cart.
MCP Rquest
An MCP server for making advanced HTTP requests with browser emulation, including PDF and HTML to Markdown conversion.