mcp gerajobs for Grok
io.github.geraservicesuk/mcp-gerajobs
Search remote and local jobs, browse companies, apply and track status. OAuth to apply.
client:Grok
transport:stdio
runtime:npm
Install mcp gerajobs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-gerajobs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerajobs"
],
"env": {
"GERAJOBS_API_URL": "<GERAJOBS_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