greenhouse
stdioUsed by 1 plugin
Installs hr-people-ops, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub latestaiagents/agent-skills --plugin hr-people-opsDescription
Greenhouse ATS for recruiting and applicant tracking
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"greenhouse": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-greenhouse"
],
"env": {
"GREENHOUSE_API_KEY": "${GREENHOUSE_API_KEY}"
}
}
}
}Replace placeholder values for: GREENHOUSE_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@anthropic/mcp-greenhouse
Environment Variables
GREENHOUSE_API_KEY=${GREENHOUSE_API_KEY}Required Secrets
GREENHOUSE_API_KEY