Recruiter MCP SetupУстановка Recruiter MCP

Connect your AI coding assistant to Skillset's recruiting tools in 2 minutes. Подключите вашего AI-ассистента к рекрутинговым инструментам Skillset за 2 минуты.

⚡ Copy prompt for your agent ⚡ Скопируй промпт для своего агента
Add this MCP server to my config: name: recruiter-mcp command: npx args: ["@recruiter-tools/mcp@1.1.0"] env: { "CR_BASE_URL": "https://recruiter-assistant.com" } Then tell me to restart. After restart, call login().

Works with Работает с

Claude Code
Codex CLI
Cursor
Windsurf
OpenCode
Forge
Cline
Continue
Zed
Amp

Any tool that supports the MCP standard. Любой инструмент, поддерживающий стандарт MCP.

1 Add to your MCP config Добавь в 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

2 Restart & authenticate Перезапусти и авторизуйся

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-ассистента.

3 Save your token (optional) Сохрани токен (по желанию)

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"
}

Verify Проверка

Ask your assistant: "Call whoami" — you should see your name, role, and accessible jobs. Попроси ассистента: "Вызови whoami" — ты увидишь имя, роль и список доступных вакансий.

Troubleshooting Решение проблем

?

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