Hunter integrates with Claude through the Model Context Protocol (MCP), letting you search for email addresses, find leads, and run domain searches using natural language, without leaving your Claude session.
This article walks you through connecting Hunter to Claude, whether you're using the Claude web or desktop app.
Method 1: Claude connector settings
This is the easiest way to connect Hunter to Claude. It works in both the Claude web app and the Claude desktop app.
💡 On Claude Team and Enterprise plans, only workspace Owners can add custom connectors. If you're a member on one of these plans and don't see the option, use Method 2 instead.
Open Claude, click "Customize" in the left sidebar, then select "Connectors".
Click "Add custom connector".
Fill in the following:
Name:
HunterRemote MCP server URL:
https://mcp.hunter.io/mcp
Click "Add", then "Connect".
A Hunter login window will open — log in and authorize access.
Once connected, start a new chat. You can ask Claude things like: "Use Hunter to find the email pattern for stripe.com" and it will respond using your Hunter account.
Method 2: Configuration file (Claude Desktop)
Use this method if you're a non-Owner member on a Claude Team or Enterprise plan, or if you prefer to authenticate with your API key directly.
Open Claude Desktop and go to Settings → "Developer" → "Edit Config".
This opens your
claude_desktop_config.jsonfile. Add the following insidemcpServers:
{
"mcpServers": {
"hunter-remote-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.hunter.io/mcp",
"--header",
"X-API-KEY:YOUR_HUNTER_API_KEY"
]
}
}
}Replace
YOUR_HUNTER_API_KEYwith your key from your Hunter dashboard.Save the file and fully restart Claude Desktop.
💡 This method passes your API key directly in the request headers. It requires Node.js to be installed on your machine, since it uses npx to run mcp-remote.
How to confirm the connection is working
Start a new chat and ask: "Use Hunter to find the email pattern for stripe.com."
If Hunter returns results, you're all set.
Troubleshooting
If Hunter isn't responding in Claude after connecting, check the following:
Make sure you started a new chat after connecting — MCP connections aren't picked up mid-conversation.
If you used Method 2, confirm you fully restarted Claude Desktop (quit and reopen, don't just close the window).
Double-check that your API key is correct and active in your Hunter dashboard.
Still stuck? Contact our support team and we'll help you get set up.


