Paid-download MCP for asking Recruitee recruiting-ops questions inside Claude, Cursor, or another MCP client.
Server Config
{
"mcpServers": {
"recruitee-ops-control-plane": {
"command": "node",
"args": [
"<path-to-recruitee-ops-control-plane-download>/dist/index.js"
],
"env": {
"RECRUITEE_API_TOKEN": "<your_recruitee_api_token>",
"RECRUITEE_COMPANY_ID": "<your_recruitee_company_id>"
}
}
}
}