Connect your AI coding assistant to Skillset's recruiting tools in 2 minutes. Подключите вашего AI-ассистента к рекрутинговым инструментам Skillset за 2 минуты.
Any tool that supports the MCP standard. Любой инструмент, поддерживающий стандарт MCP.
No installation needed — runs via npx. Add this entry:
Устанавливать ничего не нужно — запускается через npx. Добавь эту запись:
{
"mcpServers": {
"recruiter-mcp": {
"command": "npx",
"args": ["@recruiter-tools/mcp@1.1.0"],
"env": {
"CR_BASE_URL": "https://recruiter-assistant.com"
}
}
}
}Config file location by tool: Расположение конфига по инструментам:
Claude Code — ~/.claude/settings.json → mcpServers
Cursor — .cursor/mcp.json → mcpServers
Windsurf — ~/.codeium/windsurf/mcp_config.json → mcpServers
Codex CLI — ~/.codex/config.toml
[mcp_servers.recruiter-mcp]
command = "npx"
args = ["@recruiter-tools/mcp@1.1.0"]
[mcp_servers.recruiter-mcp.env]
CR_BASE_URL = "https://recruiter-assistant.com"OpenCode — ~/.opencode/config.json → mcp.servers
Restart your AI tool. Then call login() — it returns a browser URL. Open it, sign in, then call login_complete(session_id) with the ID shown in the response. Перезапусти инструмент. Вызови login() — он вернёт URL браузера. Открой его, войди в аккаунт, потом вызови login_complete(session_id) с ID из ответа.
Your password is entered only in the browser — it never passes through the AI assistant. Пароль вводится только в браузере — он никогда не проходит через AI-ассистента.
Login lasts for the current session. To skip it on future starts, add the token to your config env:
Логин действует в рамках текущей сессии. Чтобы пропустить его при следующих запусках, добавь токен в env конфига:
"env": {
"CR_BASE_URL": "https://recruiter-assistant.com",
"CR_SESSION_TOKEN": "your_token_here"
}Ask your assistant: "Call whoami" — you should see your name, role, and accessible jobs. Попроси ассистента: "Вызови whoami" — ты увидишь имя, роль и список доступных вакансий.
Only 3 tools show upТолько 3 инструмента — not authenticated yet. Call login() to get a browser URL, or add CR_SESSION_TOKEN to your config.не авторизован. Вызови login() чтобы получить URL браузера, или добавь CR_SESSION_TOKEN в конфиг.
"Session expired"«Session expired» — call login() again to get a new browser URL. Sessions expire in 10 minutes.снова вызови login() чтобы получить новый URL. Сессия истекает через 10 минут.
npx not foundnpx не найден — install Node.js 22+ from nodejs.org.установи Node.js 22+ с nodejs.org.
MCP server not connectingMCP-сервер не подключается — run manually to see errors: npx @recruiter-tools/mcp@1.1.0запусти вручную чтобы увидеть ошибки: npx @recruiter-tools/mcp@1.1.0
Need help?Нужна помощь? vladimir@skillset.ae