# Hammerspoon/hammerspoon | Model Context Protocol (MCP) Server > Staggeringly powerful macOS desktop automation with Lua - **Stars**: ⭐ 15,386 - **Language**: Objective-C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "hammerspoon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hammerspoon" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "hammerspoon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hammerspoon" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-hammerspoon` - **Docker**: `docker run -i --rm mcp/hammerspoon`