yelp for Gemini CLI
io.github.markswendsen-code/yelp
MCP server for Yelp - search businesses, read reviews, make reservations
client:Gemini CLI
transport:stdio
runtime:npm
Install yelp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"yelp": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-yelp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs