Greenhouse MCP for Grok
io.github.benmonopoli/greenhouse-mcp
Production-ready MCP server for Greenhouse with 175 tools for recruiting teams
client:Grok
transport:stdio
runtime:pypi
Install Greenhouse MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"greenhouse-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"open-greenhouse-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs