car recalls mcp for Grok
io.github.mrfentmen/car-recalls-mcp
Vehicle safety recalls from NHTSA by make, model, and year. No key required.
client:Grok
transport:stdio
runtime:npm
Install car recalls mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"car-recalls-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"car-recalls-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