USE WITH CODEX, CLAUDE & CURSOR

Add Huntr as a tool inside your AI assistant. Once connected, ask Codex, Claude, or Cursor to research something — it calls Huntr, runs the query, and brings the answer back into the chat.

01
Open the config file
Find and open this file in a text editor. Create it if it doesn't exist.
Mac~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
02
Paste this in
Replace hntr_YOUR_KEY with your API key. Your dashboard has it pre-filled — grab it there.
claude_desktop_config.json
{
  "mcpServers": {
    "huntr": {
      "type": "http",
      "url": "https://api.tryhuntr.com/mcp",
      "headers": { "x-api-key": "hntr_YOUR_KEY" }
    }
  }
}
If the file already has content, add the "huntr" block inside the existing "mcpServers" object — don't duplicate the outer keys.
03
Restart Claude Desktop
Quit and reopen the app. Huntr will appear in the tools panel. Ask it to research something to confirm it's working.