Skip to content
VS Code

yelp for VS Code

io.github.markswendsen-code/yelp

MCP server for Yelp - search businesses, read reviews, make reservations

client:VS Code transport:stdio runtime:npm

Install yelp in VS Code

.vscode/mcp.json

{
  "servers": {
    "yelp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-yelp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

yelp in other clients