Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx hunch-sdk
MCP client config
{
"mcpServers": {
"hunch-mcp": {
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}