Skip to content
Cursor

Hunter MCP for Cursor

io.scalably/hunter-mcp

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

client:Cursor transport:stdio runtime:npm

Install Hunter MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hunter-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scalably-io/hunter-mcp"
      ],
      "env": {
        "HUNTER_API_KEY": "<HUNTER_API_KEY>",
        "HUNTER_API_BASE": "<HUNTER_API_BASE>",
        "HUNTER_TIMEOUT_MS": "<HUNTER_TIMEOUT_MS>",
        "HUNTER_RETRY_BASE_MS": "<HUNTER_RETRY_BASE_MS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Hunter MCP in other clients