winit (MCP Server)

GitHub

Window handling library in pure Rust

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "winit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-winit"
      ]
    }
  }
}