MCP Server
io.github.markswendsen-code/yelp MCP Server
io.github.markswendsen-code/yelp
What is the io.github.markswendsen-code/yelp MCP server?
MCP server for Yelp - search businesses, read reviews, make reservations
How to install io.github.markswendsen-code/yelp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"yelp": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-yelp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yelp": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-yelp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yelp": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-yelp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yelp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-yelp"
]
}
}
}Claude Code
claude mcp add yelp -- npx -y @striderlabs/mcp-yelpRelated MCP servers
MCP server for Chipotle - let AI agents order burritos, bowls, and more
View repository →MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress
View repository →MCP server for Delta Airlines - search flights, check status, manage trips
View repository →MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering
View repository →Gmail MCP server — send, read, and search email. By Strider Labs.
View repository →MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously
View repository →