Skip to content
Cursor

serpapi hotels for Cursor

com.pulsemcp/serpapi-hotels

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

client:Cursor transport:stdio runtime:npm

Install serpapi hotels in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

serpapi hotels in other clients