boxes-mcp
Enables management of GNOME Boxes virtual machines through libvirt/virsh with lifecycle and snapshot operations.
README
boxes-mcp
A lightweight Model Context Protocol (MCP) server that enables Claude Code to manage GNOME Boxes virtual machines through libvirt/virsh. Provides safe, reversible VM operations with comprehensive snapshot management.
Features
- š„ļø VM Lifecycle Management - Start, stop, reboot, suspend, and resume VMs
- šø Snapshot Operations - Create, list, revert, and delete VM snapshots
- š VM Discovery - List and inspect all VMs with detailed information
- š Safe Operations - Storage preservation by default, no destructive actions
- šÆ GNOME Boxes Compatible - Works seamlessly with GNOME Boxes VMs
- ā” Fast & Lightweight - Minimal overhead, direct virsh integration
Quick Start
Prerequisites
- Ubuntu 22.04/24.04 (or compatible Linux distribution)
- libvirt-daemon-system, qemu-kvm installed
- Node.js 18+ and npm
- User in
libvirtandkvmgroups
# Install dependencies
sudo apt install -y libvirt-daemon-system qemu-kvm virt-manager
# Add your user to required groups
sudo usermod -aG libvirt,kvm "$USER"
newgrp libvirt
Installation
# Clone the repository
git clone https://github.com/your-org/boxes-mcp.git
cd boxes-mcp
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
Configuration
Add to your Claude Code config (~/.claude/config.json):
{
"mcpServers": {
"boxes": {
"command": "node",
"args": ["/absolute/path/to/boxes-mcp/dist/src/index.js"],
"env": {
"LIBVIRT_URI": "qemu:///system"
}
}
}
}
Available Tools
VM Management
| Tool | Description | Parameters |
|---|---|---|
boxes.list |
List all VMs | - |
boxes.info |
Get VM details | nameOrUuid: string |
boxes.start |
Start a VM | nameOrUuid: string |
boxes.shutdown |
Shutdown VM (graceful) | nameOrUuid: string, force?: boolean |
boxes.reboot |
Reboot a VM | nameOrUuid: string |
boxes.suspend |
Suspend a VM | nameOrUuid: string |
boxes.resume |
Resume suspended VM | nameOrUuid: string |
boxes.undefine |
Remove VM (keeps storage) | nameOrUuid: string, keepStorage?: boolean |
boxes.display |
Get SPICE/VNC address | nameOrUuid: string |
Snapshot Management
| Tool | Description | Parameters |
|---|---|---|
boxes.snapshots.list |
List VM snapshots | nameOrUuid: string |
boxes.snapshots.create |
Create snapshot | nameOrUuid: string, snapshot: string, description?: string |
boxes.snapshots.revert |
Revert to snapshot | nameOrUuid: string, snapshot: string |
boxes.snapshots.delete |
Delete snapshot | nameOrUuid: string, snapshot: string |
Usage Examples
With Claude Code
User: "List all my VMs"
Claude: [Uses boxes.list tool]
User: "Start ubuntu-24.04"
Claude: [Uses boxes.start with nameOrUuid="ubuntu-24.04"]
User: "Create a snapshot called 'before-update' for my fedora VM"
Claude: [Uses boxes.snapshots.create]
Direct Usage
# Run the MCP server
LIBVIRT_URI=qemu:///system node dist/src/index.js
Development
Project Structure
boxes-mcp/
āāā src/
ā āāā index.ts # MCP server entry point
ā āāā libvirt.ts # virsh operations & parsers
ā āāā exec.ts # Safe command execution
ā āāā *.test.ts # Unit tests
āāā systemd/
ā āāā boxes-mcp.service # Systemd user service
āāā dist/ # Compiled JavaScript
āāā coverage/ # Test coverage reports
āāā package.json
āāā tsconfig.json
āāā vitest.config.ts
Testing
# Run all tests
npm test
# Run tests in watch mode
npm run test:watch
# Generate coverage report
npm run test:coverage
Test Coverage: 33 tests, 100% passing
exec.ts: 100% statementslibvirt.ts: 81.3% statements, 92.85% branches- Comprehensive unit and integration tests
Building
# Build TypeScript
npm run build
# Watch mode for development
npm run dev
Systemd Service
Install as a user service for automatic startup:
mkdir -p ~/.config/systemd/user
cp systemd/boxes-mcp.service ~/.config/systemd/user/
sed -i "s|%h/projects/virtmcp|$HOME/boxes-mcp|g" ~/.config/systemd/user/boxes-mcp.service
systemctl --user daemon-reload
systemctl --user enable --now boxes-mcp
journalctl --user -fu boxes-mcp
Security Considerations
- ā
Sandboxed Execution: Uses Node.js
execFilewith timeout and buffer limits - ā No Arbitrary Commands: Only predefined virsh operations allowed
- ā Storage Preservation: VM storage not deleted by default
- ā LIBVIRT_URI Isolation: Respects environment-specified libvirt connection
- ā ļø Permissions Required: User must have libvirt group membership
- ā ļø Network Exposure: Not designed for remote access without additional security
Troubleshooting
No VMs Listed
# Check libvirt URI
virsh -c qemu:///system list --all
virsh -c qemu:///session list --all
# Verify permissions
groups # Should include 'libvirt' and 'kvm'
Permission Denied
# Re-add to groups and re-login
sudo usermod -aG libvirt,kvm "$USER"
# Then logout/login or:
newgrp libvirt
VMs Not Showing in Boxes
Open virt-manager and check which connection your VMs use:
- System connection:
qemu:///system - User session:
qemu:///session
Set LIBVIRT_URI environment variable accordingly.
Roadmap
- [ ] VM creation via
virt-installintegration - [ ] Network management (
virsh net-list, port forwarding) - [ ] Storage pool information (
virsh vol-list) - [ ] VM import from OVA/QCOW2
- [ ] Remote libvirt connection support
- [ ] Performance metrics and monitoring
Contributing
Contributions welcome! Please read CONTRIBUTING.md for guidelines.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Run tests (
npm test) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Built for Claude Code
- Uses Model Context Protocol SDK
- Integrates with libvirt virtualization API
Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Documentation: Project Wiki
Made with ā¤ļø for the Claude Code community
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.