tripadvisor mcp for Cursor
io.github.chrischall/tripadvisor-mcp
TripAdvisor location search, details, photos, and reviews via the Terra API
client:Cursor
transport:stdio
runtime:npm
Install tripadvisor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tripadvisor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/tripadvisor-mcp"
],
"env": {
"TRIPADVISOR_API_KEY": "<TRIPADVISOR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs