hyprland-mcp

Keylessboi/hyprland-mcp
★ 0 stars TypeScript AI/LLM Updated 3d ago
MCP server for Hyprland desktop control — agents get eyes and hands on your Wayland desktop, including background-app testing
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": {
    "hyprland-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Keylessboi/hyprland-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for Hyprland desktop control. An AI agent uses it to see your desktop and act on it. The agent can test an app in the background without taking over your screen. The server gives an agent these tools: - **See the desktop.** List every window, including windows on other workspaces. Capture any window, even one that is occluded or hidden. The capture does not disturb the app.