Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

tripadvisor mcp in other clients