1trippulse for Cursor
io.github.gkcogz/1trippulse
1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities.
client:Cursor
transport:stdio
runtime:npm
Install 1trippulse in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"1trippulse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"1trippulse-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs