mcp gerarent for Grok
io.github.geraservicesuk/mcp-gerarent
Property rental: search listings, check availability, book rentals. 50+ countries.
client:Grok
transport:stdio
runtime:npm
Install mcp gerarent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-gerarent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerarent"
],
"env": {
"GERARENT_API_URL": "<GERARENT_API_URL>"
}
}
}
}
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