Skyvern MCP
Skyvern MCPサーバー
Skyvern MCPサーバーは、AIアシスタント(Claude、Cursor、Windsurf、Codex)に完全なブラウザ制御機能を提供します。クリック、フォーム入力、データ抽出、ページ遷移、ファイルアップロード、ワークフロー管理などが可能です。75以上のツールを1つのサーバーで利用できます。
クイックスタート
pip install skyvern
skyvern setup claude-code
# or if you're using other coding agents
skyvern setupRelated MCP server: hanzi-browse
セットアップ
クラウド(推奨)
app.skyvern.com からAPIキーを取得し、クライアントを設定します。
Claude Code:
claude mcp add-json skyvern '{"type":"http","url":"https://api.skyvern.com/mcp/","headers":{"x-api-key":"YOUR_API_KEY"}}' --scope userCursor (~/.cursor/mcp.json):
{
"mcpServers": {
"skyvern": {
"type": "streamable-http",
"url": "https://api.skyvern.com/mcp/",
"headers": { "x-api-key": "YOUR_API_KEY" }
}
}
}Windsurf (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"skyvern": {
"type": "streamable-http",
"url": "https://api.skyvern.com/mcp/",
"headers": { "x-api-key": "YOUR_API_KEY" }
}
}
}ローカル(セルフホスト)
skyvern init # interactive setup wizard
skyvern run server # start the local API server任意のMCPクライアント用の手動設定:
{
"mcpServers": {
"skyvern": {
"command": "python3",
"args": ["-m", "skyvern", "run", "mcp"],
"env": {
"SKYVERN_BASE_URL": "http://localhost:8000",
"SKYVERN_API_KEY": "YOUR_API_KEY"
}
}
}
}ツール
ブラウザセッション
skyvern_browser_session_create, skyvern_browser_session_close, skyvern_browser_session_list, skyvern_browser_session_get, skyvern_browser_session_connect
ブラウザ操作
skyvern_act (自然言語), skyvern_navigate, skyvern_click, skyvern_type, skyvern_hover, skyvern_scroll, skyvern_select_option, skyvern_press_key, skyvern_drag, skyvern_file_upload, skyvern_wait
データ抽出と検証
skyvern_extract (構造化JSON出力), skyvern_screenshot, skyvern_find, skyvern_validate, skyvern_evaluate (JavaScriptの実行), skyvern_get_html, skyvern_get_value, skyvern_get_styles
認証と資格情報
skyvern_login, skyvern_credential_list, skyvern_credential_get, skyvern_credential_delete
Skyvern Vault、Bitwarden、1Password、Azure Key Vaultをサポートし、自動2FA/TOTPに対応しています。
タブとフレーム
skyvern_tab_new, skyvern_tab_list, skyvern_tab_switch, skyvern_tab_close, skyvern_tab_wait_for_new, skyvern_frame_list, skyvern_frame_switch, skyvern_frame_main
ネットワークとコンソールの検査
skyvern_console_messages, skyvern_network_requests, skyvern_network_request_detail, skyvern_network_route, skyvern_network_unroute, skyvern_get_errors, skyvern_har_start, skyvern_har_stop, skyvern_handle_dialog
ブラウザの状態とストレージ
skyvern_state_save, skyvern_state_load, skyvern_get_session_storage, skyvern_set_session_storage, skyvern_clear_session_storage, skyvern_clear_local_storage, skyvern_clipboard_read, skyvern_clipboard_write
ワークフロー
skyvern_workflow_create, skyvern_workflow_list, skyvern_workflow_get, skyvern_workflow_run, skyvern_workflow_status, skyvern_workflow_update, skyvern_workflow_delete, skyvern_workflow_cancel, skyvern_workflow_update_folder
ワークフロー構築ブロック
skyvern_block_schema, skyvern_block_validate -- マルチステップ自動化のための23種類のブロックタイプ。
キャッシュされたスクリプト
skyvern_script_list_for_workflow, skyvern_script_get_code, skyvern_script_versions, skyvern_script_deploy, skyvern_script_fallback_episodes
組織化
skyvern_folder_create, skyvern_folder_list, skyvern_folder_get, skyvern_folder_update, skyvern_folder_delete
設定の切り替え
CLIを使用して、手動で編集することなくAPIキーや環境を切り替えることができます:
skyvern mcp switch完全なドキュメント
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables browser automation through Anchor Browser's cloud infrastructure with built-in proxies, stealth features, and anti-detection capabilities. Allows LLMs to navigate, click, type, take screenshots, and interact with web pages using Playwright's accessibility tree without requiring local browser installations.112Apache 2.0
- Alicense-qualityCmaintenanceMCP server providing browser automation for AI agents with context-aware playbooks and skills for complex websites.27175PolyForm Noncommercial 1.0.0
- AlicenseAqualityDmaintenanceMCP server for AI browser automation with tools for navigation, actions, data extraction, and scripting, supporting local and cloud execution.14752Apache 2.0
- Alicense-qualityAmaintenanceMCP server that turns any website into an API by capturing or importing API endpoints, enabling AI agents to interact with web services without a browser, with 20-100x token cost reduction versus browser automation.159124Apache 2.0
Related MCP Connectors
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Skyvern-AI/skyvern'
If you have feedback or need assistance with the MCP directory API, please join our Discord server