Odel
mcp yelp

mcp yelp

Local
@markswendsen-codeTypeScriptUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@striderlabs/mcp-yelpv0.1.0

Run

npx -y @striderlabs/mcp-yelp

MCP client config

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