hammerspoon for Grok
io.github.mobabur94/hammerspoon
macOS automation via Hammerspoon — 75 tools for windows, Spaces, audio, Bluetooth, and more
client:Grok
transport:stdio
runtime:npm
Install hammerspoon in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hammerspoon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hammerspoon-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs