MCP Server
Active
MIT
io.github.chrischall/tripadvisor-mcp MCP Server
io.github.chrischall/tripadvisor-mcp
What is the io.github.chrischall/tripadvisor-mcp MCP server?
TripAdvisor location search, details, photos, and reviews via the Terra API
How to install io.github.chrischall/tripadvisor-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TRIPADVISOR_API_KEYrequiredsecretYour TripAdvisor Terra API key (tripadvisor.com/developers)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tripadvisor-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/tripadvisor-mcp"
],
"env": {
"TRIPADVISOR_API_KEY": "<YOUR_TRIPADVISOR_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tripadvisor-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/tripadvisor-mcp"
],
"env": {
"TRIPADVISOR_API_KEY": "<YOUR_TRIPADVISOR_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tripadvisor-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/tripadvisor-mcp"
],
"env": {
"TRIPADVISOR_API_KEY": "<YOUR_TRIPADVISOR_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tripadvisor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/tripadvisor-mcp"
],
"env": {
"TRIPADVISOR_API_KEY": "<YOUR_TRIPADVISOR_API_KEY>"
}
}
}
}Claude Code
claude mcp add tripadvisor-mcp --env TRIPADVISOR_API_KEY=<YOUR_TRIPADVISOR_API_KEY> -- npx -y @chrischall/tripadvisor-mcpRelated MCP servers
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
5
View repository →TypeScript
MIT
Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs
3
View repository →TypeScript
MIT
Groupon deals for Claude — search and browse local, goods, and travel deals
2
View repository →TypeScript
MIT
Redfin real-estate for Claude — search, property details, market reports, saved homes
2
View repository →TypeScript
MIT
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
1
View repository →TypeScript
MIT
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
1
View repository →TypeScript
MIT