Back to MCP Servers
Skyvern
AI-powered browser automation — control a real browser with natural language, fill forms, extract structured data, log in with stored credentials, and build reusable workflows
browserautomationscrapingaicommunity
By Skyvern AI
Installation
pip install skyvernConfiguration
{
"mcpServers": {
"skyvern": {
"type": "streamable-http",
"url": "https://api.skyvern.com/mcp/",
"headers": {
"x-api-key": "YOUR_SKYVERN_API_KEY"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes