# Skyvern-AI/skyvern | Model Context Protocol (MCP) Server > Automate browser based workflows with AI - **Stars**: ⭐ 22,740 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "skyvern": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-skyvern" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "skyvern": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-skyvern" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-skyvern` - **Docker**: `docker run -i --rm mcp/skyvern`