qemu-mcp-server

nagy/qemu-mcp-server
★ 3 stars Rust API Integration Updated 3d ago
Model Context Protocol (MCP) server to interact with QEMU instances
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qemu-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "qemu-mcp-server"
      ]
    }
  }
}

README Excerpt

=qemu-mcp-server= is a Model Context Protocol (MCP) server to interact with QEMU instances over QEMU Machine Protocol (QMP). * Building Quick building via Nix: $ nix build github:nagy/qemu-mcp-server * Usage 1. Launch QEMU with a QMP unix socket: $ qemu-system-x86_64 ... -qmp unix:/tmp/qmp-sock,server,nowait

Topics

mcpqemu