mcpbeat Sign in

Hunter MCP Server

local only

Hunter MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Hunter.io MCP: domain search, email finder and verifier, enrichment, discovery, leads. 11 tools.

Installs / week
npm · @scalably-io/hunter-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hunter MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 hunter-mcp -- npx -y @scalably-io/hunter-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hunter-mcp": {
      "args": [
        "-y",
        "@scalably-io/hunter-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hunter-mcp]
command = "npx"
args = ["-y", "@scalably-io/hunter-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hunter-mcp": {
      "args": [
        "-y",
        "@scalably-io/hunter-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hunter-mcp": {
      "args": [
        "-y",
        "@scalably-io/hunter-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hunter MCP

same job, measured the same way
Snov MCP Server
by snov

Snov.io: lead discovery, email verification, enrichment, CRM, and LinkedIn automation actions.

answering
Tomba MCP Server
by tomba-io

MCP server for Tomba email finder, verification, and contact enrichment API

158 installs/wk 38 tools answering
Hunter
by pipeworx-io

Hunter.io MCP — wraps the Hunter.io email finder & verification API (hunter.io)

34 tools answering
Leadloadz
by ali1041

B2B lead search and email verification MCP server

114 installs/wk local only
I
Signado MCP
by signado

LinkedIn warm-lead discovery: list leads, find emails, and draft outreach from your AI tools.

answering
MCP Apollo
by agenteam-ai-2026

Apollo.io MCP server. Search people, enrich contacts, find emails, research companies.

local only
C
Domainposture
by domainposture

Remote MCP server: 19 domain-hygiene and email-auth tools (DNS, SPF, DMARC, DKIM, TLS).

22 tools answering
Better Email MCP
by n24q02m

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

874 installs/wk local only

Hunter MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hunter MCP?
Hunter MCP 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 npm package @scalably-io/hunter-mcp.
How do I connect Hunter MCP?
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 @scalably-io/hunter-mcp straight from npm; nothing to host, nothing to sign up for.
Is Hunter MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.