Skip to content
Gemini CLI

serpapi hotels for Gemini CLI

com.pulsemcp/serpapi-hotels

MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.

client:Gemini CLI transport:stdio runtime:npm

Install serpapi hotels in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "serpapi-hotels": {
      "command": "npx",
      "args": [
        "-y",
        "serpapi-hotels-mcp-server"
      ],
      "env": {
        "SERPAPI_API_KEY": "<SERPAPI_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

serpapi hotels in other clients