<picture> <source media="(prefers-color-scheme: dark)" srcset="fern/images/skyvern_logo.png"/>
Skyvern mcp server connects Skyvern to AI assistants that speak the Model Context Protocol. .
Once connected, the assistant can call this tool directly:
Troubleshooting — If you are still on 1.0.31 and cannot upgrade, install via uv instead:The server is distributed via npm as @skyvern/client, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 6 environment variables: VITE_API_BASE_URL, VITE_WSS_BASE_URL, VITE_ARTIFACT_API_BASE_URL, VITE_SKYVERN_API_KEY, YOUR_API_KEY, BROWSER_REMOTE_DEBUGGING_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Skyvern sits in that group, and the shape of its toolset — Troubleshooting — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Troubleshooting | If you are still on 1.0.31 and cannot upgrade, install via uv instead: |
{
"mcpServers": {
"skyvern": {
"command": "npx",
"args": ["-y", "@skyvern/client"],
"env": {
"VITE_API_BASE_URL": "your-value",
"VITE_WSS_BASE_URL": "your-value",
"VITE_ARTIFACT_API_BASE_URL": "your-value",
"VITE_SKYVERN_API_KEY": "your-value",
"YOUR_API_KEY": "your-value",
"BROWSER_REMOTE_DEBUGGING_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| VITE_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| VITE_WSS_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| VITE_ARTIFACT_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| VITE_SKYVERN_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
| BROWSER_REMOTE_DEBUGGING_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.