hh.ru MCP (RU) — вакансии, отклики, резюме for VS Code
io.github.ilyautov/hh-mcp-ru
API hh.ru в ИИ-ассистенте: вакансии, отклики, резюме, статистика зарплат
client:VS Code
transport:stdio
runtime:pypi
Install hh.ru MCP (RU) — вакансии, отклики, резюме in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "hh-token",
"description": "HH_TOKEN",
"password": true
},
{
"type": "promptString",
"id": "hh-app-name",
"description": "HH_APP_NAME",
"password": true
}
],
"servers": {
"hh-mcp-ru": {
"type": "stdio",
"command": "uvx",
"args": [
"hh-mcp-ru"
],
"env": {
"HH_TOKEN": "${input:hh-token}",
"HH_APP_NAME": "${input:hh-app-name}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs