hunch for Grok
io.github.prithviseran/hunch
Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.
client:Grok
transport:stdio
runtime:pypi
Install hunch in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hunch": {
"type": "stdio",
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}
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