mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
🔄 synced local 'docs/' with remote 'docs/'
This commit is contained in:
parent
9fcfffd85f
commit
8a30ef8a42
71 changed files with 934 additions and 340 deletions
27
docs/developers/getting-started/mcp.mdx
Normal file
27
docs/developers/getting-started/mcp.mdx
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: MCP Server
|
||||
subtitle: Connect AI assistants to browser automation via Model Context Protocol
|
||||
description: Install and configure Skyvern's MCP server so Claude Desktop, Claude Code, Cursor, Windsurf, Codex, Hermes, OpenClaw, and other AI tools can run browser automations against Skyvern Cloud or a self-hosted instance over OAuth, API key, or local stdio.
|
||||
slug: developers/getting-started/mcp
|
||||
keywords:
|
||||
- MCP
|
||||
- Model Context Protocol
|
||||
- OAuth
|
||||
- Claude Desktop
|
||||
- Claude Code
|
||||
- Cursor
|
||||
- Windsurf
|
||||
- Codex
|
||||
- Hermes
|
||||
- OpenClaw
|
||||
- MCPorter
|
||||
- AI assistant
|
||||
- tools
|
||||
- stdio
|
||||
- streamable-http
|
||||
- self-hosted
|
||||
---
|
||||
|
||||
import McpContent from "/snippets/mcp-content.mdx";
|
||||
|
||||
<McpContent />
|
||||
Loading…
Add table
Add a link
Reference in a new issue