Paid-download MCP for asking Greenhouse recruiting-ops questions inside Claude, Cursor, or another MCP client.
Server Config
{
"mcpServers": {
"greenhouse-ops-control-plane": {
"command": "node",
"args": [
"<path-to-greenhouse-ops-control-plane-download>/dist/index.js"
],
"env": {
"GREENHOUSE_CLIENT_ID": "<your_greenhouse_client_id>",
"GREENHOUSE_CLIENT_SECRET": "<your_greenhouse_client_secret>"
}
}
}
}