PluginBench
MCP Server

com.smirnovlabs/hypr-cua-mcp MCP Server

com.smirnovlabs/hypr-cua-mcp

What is the com.smirnovlabs/hypr-cua-mcp MCP server?

Hyprland/Wayland computer-use MCP: grim screenshots + uinput click/type + hyprctl targeting

How to install com.smirnovlabs/hypr-cua-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hypr-cua-mcp": {
      "command": "uvx",
      "args": [
        "hypr-cua-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hypr-cua-mcp": {
      "command": "uvx",
      "args": [
        "hypr-cua-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hypr-cua-mcp": {
      "command": "uvx",
      "args": [
        "hypr-cua-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hypr-cua-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hypr-cua-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add hypr-cua-mcp -- uvx hypr-cua-mcp

Related MCP servers

Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth

2
TypeScript
View repository →