mcpbeat Sign in

Hunch MCP Server

by prithviseran Your server? Claim it
local only

Hunch runs on your own machine — the client starts it, so there is no endpoint to ping. 448 installs a week from pypi. Last commit 14 Sep 2026.

Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.

Installs per day peak 331 · avg 58 · -28% w/w
a month agotoday
448
Installs / week
pypi · hunch-sdk
21
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    r = subprocess.run(["security", "find-generic-password", "-s", service, "-w"],
    return os.path.join(root, basename)
            __import__(mod)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hunch -- uvx hunch-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hunch": {
      "args": [
        "hunch-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hunch]
command = "uvx"
args = ["hunch-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "hunch": {
      "args": [
        "hunch-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hunch": {
      "args": [
        "hunch-sdk"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Hunch

same job, measured the same way
Glovebox MCP
by segentic-lab

Sandboxed computer-use for AI agents: drive real browser + desktop apps in nested X11 windows

local only
I
Doppel
by samrj12

Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.

80 installs/wk local only
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
Layven
by layven

Shared drive for your agents and teammates.

answering
Vibe MCP — Real Chrome, Remotely
by vibetechnologies

Drive your real, logged-in Chrome from any MCP client — even from a remote machine, no inbound port.

133 installs/wk answering
MCP Browser
by brainfuel

Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.

local only
Agent360 Browser MCP
by agent360dk

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

1 456 installs/wk local only
Signal not Noise
by lifeisagame

AI-driven daily-focus todo app on your phone (max 3/day). View & add todos from any MCP client.

answering

Hunch — questions

Answers built from our own checks of this server.

Why is there no uptime for Hunch?
Hunch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package hunch-sdk was installed 448 times last week.
How do I connect Hunch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hunch-sdk straight from pypi; nothing to host, nothing to sign up for.
How many people use Hunch?
The pypi package hunch-sdk was installed 448 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hunch open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 21 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.