Back to Apps

Sprite MCP Server
Supports UIby anansitrading
Manage Sprite VMs with interactive dashboards, terminal UIs, and filesystem checkpointing.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Sprite MCP Server provides an interactive management layer for Sprite VMs. It renders visual dashboards for VM status and a terminal UI for direct command execution, bringing cloud infrastructure management directly into the AI conversation.
Key features
- Interactive Dashboards: Visual status indicators for Sprite VM fleets.
- Integrated Terminal: Execute commands on remote sprites with a full UI terminal.
- Snapshot Management: Create and restore filesystem checkpoints for rapid state recovery.
- File Transfer: Direct push/pull capabilities for managing remote files.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"sprite": {
"command": "node",
"args": ["/path/to/sprite-mcp-server/dist/index.js"],
"env": {
"SPRITE_BIN": "/path/to/sprite-cli"
}
}
}
}
- Claude.ai web: Deploy via HTTP and add the SSE URL (e.g.,
https://mcp.yourdomain.com/sse) in Settings → Integrations.
Supported hosts
- Claude
Quick install
npm install && npm run buildInformation
- Pricing
- freemium
- Published
- 4/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
https://mcp.yourdomain.com/sseClaude Desktop
{
"mcpServers": {
"sprite": {
"command": "node",
"args": ["/path/to/sprite-mcp-server/dist/index.js"],
"env": {
"SPRITE_BIN": "/path/to/sprite-cli"
}
}
}
}






