yelp for Cursor
io.github.markswendsen-code/yelp
MCP server for Yelp - search businesses, read reviews, make reservations
client:Cursor
transport:stdio
runtime:npm
Install yelp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yelp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-yelp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs