mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 04:00:13 +00:00
16 lines
447 B
Markdown
16 lines
447 B
Markdown
# Skyvern Claude Desktop MCP Bundle
|
|
|
|
Source files for the downloadable `.mcpb` bundle that installs Skyvern Cloud into Claude Desktop without requiring the user to install Node.js.
|
|
|
|
Build locally with:
|
|
|
|
```bash
|
|
./scripts/package-mcpb.sh 1.0.23
|
|
```
|
|
|
|
To refresh the stable public download that syncs to the OSS repo:
|
|
|
|
```bash
|
|
./scripts/package-mcpb.sh 1.0.23 skyvern-claude-desktop.mcpb \
|
|
skyvern/cli/mcpb/releases/skyvern-claude-desktop.mcpb
|
|
```
|