Skyvern Advanced Browser Automation
@Skyvern-AI
Skyvern Advanced Browser Automation について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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.
「ブラウザ自動化」の他のコンテンツ

Fetch
modelcontextprotocolModel Context Protocol Servers
Puppeteer Vision Mcp Server
djannotFetch MCP Server
zcaceresA flexible HTTP fetching Model Context Protocol server.
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
コメント