MCP server for the Viator Partner API — search tours and activities, availability, attractions, destinations. Developed and maintained by AI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"viator-mcp": {
"command": "npx",
"args": [
"-y",
"chrischall/viator-mcp"
]
}
}
}
Run in terminal:
claude mcp add viator-mcp npx -y chrischall/viator-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"viator-mcp": {
"command": "npx",
"args": [
"-y",
"chrischall/viator-mcp"
]
}
}
}