AETHER_01 — Full-spectrum Windows 10/11 MCP Server on Rust. 10 tools, 99% system management coverage including GUI automation. Maximum speed, maximum security.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aether-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"aether-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aether-mcp-server cargo run -- aether-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aether-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"aether-mcp-server"
]
}
}
}
📋 Copy