Home › Browser Automation & Scraping › Skyvern
Skyvern
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://api.skyvern.com/mcp/ Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http skyvern https://api.skyvern.com/mcp/ --header "x-api-key: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"skyvern": {
"url": "https://api.skyvern.com/mcp/",
"headers": {
"x-api-key": "<YOUR_VALUE>"
}
}
}
}
x-api-keyrequired secret — Your Skyvern API key. Get one at https://app.skyvern.com/settings.
Related servers
Scrapling MCP Server
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
invisible_playwright_mcp
AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.
Scrapegraph-ai
AI-powered web scraping library that creates scraping pipelines using natural language.- [ScrapeGraphAI](https://scrapegraphai.com)
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry