Skip to content
VS Code

1trippulse for VS Code

io.github.gkcogz/1trippulse

1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities.

client:VS Code transport:stdio runtime:npm

Install 1trippulse in VS Code

.vscode/mcp.json

{
  "servers": {
    "1trippulse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "1trippulse-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

1trippulse in other clients