Skip to content
Zed

huntflow mcp for Zed

io.github.theyahia/huntflow-mcp

MCP server for HuntFlow ATS API — vacancies, candidates, applicants for recruiting.

client:Zed transport:stdio runtime:npm

Install huntflow mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "huntflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/huntflow-mcp"
      ],
      "env": {
        "HUNTFLOW_TOKEN": "<HUNTFLOW_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

huntflow mcp in other clients