Odel
hunch mcp

hunch mcp

Local
@prithviseran19PythonApache-2.0Updated 5 days ago

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).

PyPIhunch-sdkv0.6.2

Run

uvx hunch-sdk

MCP client config

{
  "mcpServers": {
    "hunch-mcp": {
      "command": "uvx",
      "args": [
        "hunch-sdk"
      ]
    }
  }
}