huntflow mcp for VS Code
io.github.theyahia/huntflow-mcp
MCP server for HuntFlow ATS API — vacancies, candidates, applicants for recruiting.
client:VS Code
transport:stdio
runtime:npm
Install huntflow mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "huntflow-token",
"description": "HUNTFLOW_TOKEN",
"password": true
}
],
"servers": {
"huntflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/huntflow-mcp"
],
"env": {
"HUNTFLOW_TOKEN": "${input:huntflow-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs