HomeBrowser Automation & Scraping › Skyvern

Skyvern

AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

Python Remote
★ 23,058 stars Last pushed 2026-09-24 License: AGPL-3.0

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-key required secret — Your Skyvern API key. Get one at https://app.skyvern.com/settings.

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry