Skyvern MCP
Skyvern MCP 서버
Skyvern MCP 서버는 AI 어시스턴트(Claude, Cursor, Windsurf, Codex)에게 완전한 브라우저 제어 권한을 제공합니다. 클릭, 양식 작성, 데이터 추출, 페이지 탐색, 파일 업로드, 워크플로우 관리 등을 수행할 수 있습니다. 75개 이상의 도구를 하나의 서버에서 사용할 수 있습니다.
빠른 시작
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
자동 2FA/TOTP를 지원하는 Skyvern 볼트, Bitwarden, 1Password 및 Azure Key Vault를 지원합니다.
탭 및 프레임
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