An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"packer-qemu-mcp-serv": {
"command": "go",
"args": [
"run",
"github.com/cross-platform-actions/packer-qemu-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add packer-qemu-mcp-serv go run github.com/cross-platform-actions/packer-qemu-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"packer-qemu-mcp-serv": {
"command": "go",
"args": [
"run",
"github.com/cross-platform-actions/packer-qemu-mcp-server@latest"
]
}
}
}