weselltours for Cursor
io.github.jyswee/weselltours
Travel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio.
client:Cursor
transport:stdio
runtime:npm
Install weselltours in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weselltours": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weselltours"
],
"env": {
"WST_API_KEY": "<WST_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs