mcpbeat Sign in
local only

Yelp runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 16 Mar 2026.

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

Installs per day peak 10 · avg 6 · +17% w/w
a month agotoday
32
Installs / week
npm · @striderlabs/mcp-yelp
0
Stars
0 open issues
16 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Yelp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yelp -- npx -y @striderlabs/mcp-yelp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yelp": {
      "args": [
        "-y",
        "@striderlabs/mcp-yelp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yelp]
command = "npx"
args = ["-y", "@striderlabs/mcp-yelp"]
.cursor/mcp.json
{
  "mcpServers": {
    "yelp": {
      "args": [
        "-y",
        "@striderlabs/mcp-yelp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yelp": {
      "args": [
        "-y",
        "@striderlabs/mcp-yelp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Yelp

same job, measured the same way
Hostaway
by uncfreak1255-code

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

77 installs/wk local only
Southwest
by markswendsen-code

MCP server for Southwest Airlines - search flights, manage bookings

36 installs/wk local only
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
Github MCP Connector
by ferhatdundar

MCP server for GitHub: repos, files, issues, PRs, search. Single Go binary.

local only
Gmail
by markswendsen-code

Gmail MCP server — send, read, and search email. By Strider Labs.

26 installs/wk local only
siGit
by sigit

MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.

answering
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
MCP Vindi
by codespar

MCP server for Vindi — recurring billing, subscriptions, invoices

23 installs/wk local only

Yelp — questions

Answers built from our own checks of this server.

Why is there no uptime for Yelp?
Yelp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @striderlabs/mcp-yelp was installed 32 times last week.
How do I connect Yelp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @striderlabs/mcp-yelp straight from npm; nothing to host, nothing to sign up for.
How many people use Yelp?
The npm package @striderlabs/mcp-yelp was installed 32 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yelp open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.