Greenhouse MCP for Cursor
io.github.benmonopoli/greenhouse-mcp
Production-ready MCP server for Greenhouse with 175 tools for recruiting teams
client:Cursor
transport:stdio
runtime:pypi
Install Greenhouse MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"greenhouse-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"open-greenhouse-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs