Cross-platform Rust computer-use MCP server for macOS and Windows: AX/UIA, screenshots, OCR, pointer and keyboard input, clipboard, stdio, and HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nova": {
"command": "cargo",
"args": [
"run",
"--",
"Nova"
]
}
}
}
Run in terminal:
claude mcp add nova cargo run -- Nova
Add to .cursor/mcp.json:
{
"mcpServers": {
"nova": {
"command": "cargo",
"args": [
"run",
"--",
"Nova"
]
}
}
}