Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sprite MCP Servershow my active sprites and open the interactive dashboard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sprite MCP Server
MCP server for managing Sprite VMs with interactive UI dashboards (MCP Apps).
Works with Claude.ai, Claude Desktop, Claude Code, VS Code, and any MCP-compatible client.
Features
List & manage Sprite VMs - Interactive dashboard with status indicators
Execute commands - Terminal UI with command history
Checkpoints - Create, list, restore filesystem snapshots
File transfer - Push/pull files to/from remote sprites
Session management - List, attach, kill sessions
Quick Deploy to Your Server
Prerequisites
Node.js 20+
A domain pointing to your server (for HTTPS)
Sprite CLI configured with credentials
1. Clone & Install
2. Configure Environment
3. Run with systemd (Recommended)
4. Set Up Reverse Proxy (Caddy)
5. Connect to Claude.ai
Add MCP Server:
Name:
sprite-mcpURL:
https://mcp.yourdomain.com/sse
Test by asking Claude: "List my sprites"
Local Development
MCP Tools
Tool | Description |
| List all Sprite VMs (with interactive dashboard) |
| Execute command on a sprite (with terminal UI) |
| Create filesystem snapshot |
| List available checkpoints |
| Restore to a checkpoint |
| Get sprite's public URL |
| Download file from sprite |
| Upload file to sprite |
| List active sessions |
| Create new sprite VM |
| Delete a sprite VM |
Interactive UIs (MCP Apps)
This server uses MCP Apps to provide interactive interfaces:
Dashboard (
ui://sprite/dashboard) - Visual sprite managementTerminal (
ui://sprite/terminal) - Command execution interface
These render directly in the Claude conversation when using supported clients.
Architecture
Troubleshooting
Check if server is running
Check logs
Test MCP handshake
Sprite CLI not found
License
MIT