# ianyh/Amethyst | Model Context Protocol (MCP) Server > Automatic tiling window manager for macOS à la xmonad. - **Stars**: ⭐ 16,120 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Amethyst": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Amethyst" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Amethyst": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Amethyst" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Amethyst` - **Docker**: `docker run -i --rm mcp/Amethyst`