MCP.so
登录
S

Skyvern Advanced Browser Automation

@Skyvern-AI

关于 Skyvern Advanced Browser Automation

暂无概览

基本信息

分类

浏览器自动化

传输方式

stdio

发布者

Skyvern-AI

提交者

Prakash Mahesh

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Skyvern": {
      "env": {
        "SKYVERN_BASE_URL": "https://api.skyvern.com",
        "SKYVERN_API_KEY": "YOUR_SKYVERN_API_KEY"
      },
      "command": "PATH_TO_PYTHON",
      "args": [
        "-m",
        "skyvern",
        "run",
        "mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Skyvern?

Skyvern automates browser-based workflows using LLMs and computer vision, providing an API endpoint to replace brittle or unreliable browser automation solutions. It is designed for anyone needing to automate manual workflows across many websites without custom scripts.

How to use Skyvern?

Install via pip install skyvern, then run skyvern quickstart to launch the server and UI locally. Tasks can be executed using the Python SDK with skyvern.local.run_task() or via Skyvern Cloud with an API key. Docker Compose and managed cloud options are also available.

Key features of Skyvern

  • Tasks: single browser automation requests with URL and prompt.
  • Workflows: chain multiple tasks for complex processes.
  • Livestreaming: view the browser viewport in real time.
  • Form filling and data extraction with optional schema.
  • File downloading with automatic block storage upload.
  • Authentication support including 2FA (TOTP, email, SMS) and password managers (Bitwarden).
  • Model Context Protocol (MCP) support for LLM integration.
  • Integrations with Zapier, Make.com, and N8N.

Use cases of Skyvern

  • Downloading invoices from multiple supplier websites.
  • Automating job application submissions across different portals.
  • Procuring materials by navigating e‑commerce and supplier sites.
  • Registering accounts and filling forms on government websites.

FAQ from Skyvern

What runtime does Skyvern require?

Skyvern requires at least Python 3.11 to run locally.

Can I run Skyvern without managing infrastructure?

Yes, Skyvern Cloud is a managed version that handles infrastructure, anti‑bot detection, proxies, and CAPTCHA solvers.

Does Skyvern support two‑factor authentication?

Yes, it supports QR‑based (Google Authenticator, Authy), email‑based, and SMS‑based 2FA.

How does Skyvern handle website layout changes?

It uses visual LLMs rather than fixed XPaths, making it resistant to layout changes and able to work on unseen websites.

Does Skyvern support the Model Context Protocol?

Yes, Skyvern supports MCP to allow any LLM that supports MCP to control the browser. See the separate MCP documentation for details.

评论

浏览器自动化 分类下的更多 MCP 服务器