Prepare a role
“Create a draft job from this description and propose review criteria for me to approve.”
Lexoga MCP server
Connect your assistant to Lexoga. Draft jobs, read applications, and save candidate reviews from the tools you already use.
Included with the free ATS. Your assistant's usage costs are separate.
Connect to the hosted server with your own account.
Run this command, or add the configuration to ~/.codex/config.toml. Make LEXOGA_API_KEY available to the Codex process and restart the connection.
codex mcp add lexoga --url https://lexoga.com/mcp --bearer-token-env-var LEXOGA_API_KEY
[mcp_servers.lexoga] url = "https://lexoga.com/mcp" bearer_token_env_var = "LEXOGA_API_KEY"Codex documentation ↗
Run the command in Bash or PowerShell. Keep the single quotes so the environment reference is saved. Alternatively, save the JSON in .mcp.json. Set LEXOGA_API_KEY before starting Claude Code, then use /mcp to check the connection.
claude mcp add --transport http --scope user lexoga https://lexoga.com/mcp --header 'Authorization: Bearer ${LEXOGA_API_KEY}'{
"mcpServers": {
"lexoga": {
"type": "http",
"url": "https://lexoga.com/mcp",
"headers": {
"Authorization": "Bearer ${LEXOGA_API_KEY}"
}
}
}
}Claude Code documentation ↗Set LEXOGA_API_KEY in the environment that launches Cursor. Open the install link and confirm the server, or save this JSON in ~/.cursor/mcp.json. Restart Cursor after setting the variable.
Install in Cursor{
"mcpServers": {
"lexoga": {
"url": "https://lexoga.com/mcp",
"headers": {
"Authorization": "Bearer ${env:LEXOGA_API_KEY}"
}
}
}
}Cursor documentation ↗The install link uses LEXOGA_API_KEY from VS Code's environment. The manual .vscode/mcp.json below instead prompts for your key and stores it securely. Agent Host users should use the environment-based install link.
Install in VS Code{
"inputs": [
{
"type": "promptString",
"id": "lexoga-api-key",
"description": "Lexoga personal API key",
"password": true
}
],
"servers": {
"lexoga": {
"type": "http",
"url": "https://lexoga.com/mcp",
"headers": {
"Authorization": "Bearer ${input:lexoga-api-key}"
}
}
}
}VS Code documentation ↗Add a remote MCP server named Lexoga. Select Streamable HTTP and enter https://lexoga.com/mcp. Set the Authorization header to the value below, replacing the placeholder with your personal key.
Authorization: Bearer <your personal API key>
Save, connect, and refresh the tool list. A client that only offers OAuth sign-in cannot use this API-key connection.
Use Claude Code for a personal API-key connection. Claude's web and desktop custom connectors normally use OAuth, which Lexoga does not currently provide.
Some organizations have a request-header beta. An administrator can add the public HTTPS endpoint, select No sign-in, and add authorization: Bearer <key> under Request headers. This shares one credential across the organization: every action is attributed to that key's owner. It does not give each person their own Lexoga permissions. If Request headers is absent, this option is unavailable.
Cloud connectors cannot reach a localhost URL.
Claude connector documentation ↗WORK WITH YOUR ASSISTANT
17 recruiting tools use your current access. Reviews stay in Lexoga so your team can see the evidence and follow up.
“Create a draft job from this description and propose review criteria for me to approve.”
“Review applications against the approved rubric. Save the evidence and mark missing information as unknown.”
“Show candidates ready for interviews. Ask me before moving them to the next stage.”
Check that the key is active, belongs to your account, and is available to the process running your client. A job pairing credential cannot be used for MCP.
Refresh the connection and check your workspace role and assigned jobs. Revocation and permission changes apply immediately.
Use its HTTPS origin followed by /mcp. This page's configurations use the server URL shown above. The /mcp-server address is the setup guide.