mcpbeat Sign in

Serpapi Hotels MCP Server

local only

Serpapi Hotels runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 21 · avg 7 · +28% w/w
a month agotoday
57
Installs / week
npm · serpapi-hotels-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] shared/tools/get-hotel-details.js:1, [пакет] shared/tools/get-hotel-reviews.js:1, [пакет] shared/index.js:1 и ещё 7
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add serpapi-hotels -- npx -y serpapi-hotels-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "serpapi-hotels": {
      "args": [
        "-y",
        "serpapi-hotels-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.serpapi-hotels]
command = "npx"
args = ["-y", "serpapi-hotels-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "serpapi-hotels": {
      "args": [
        "-y",
        "serpapi-hotels-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "serpapi-hotels": {
      "args": [
        "-y",
        "serpapi-hotels-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SERPAPI_API_KEY (Your SerpAPI API key for hotel search access.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Serpapi Hotels

same job, measured the same way
Google Hotels
by johnisanerd

Google Hotels prices, ratings, reviews, and photos via an Apify Actor, hosted MCP.

answering
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
SerpApi
by serpapi

Official SerpApi MCP server for Google, Bing, and other search engines.

3 tools answering
Google Flights
by pulsemcp

MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.

118 installs/wk local only
Hotel & Vacation Rental MCP - live prices & reviews across Booking, Airbnb, Vrbo & Google Hotels
by stayingapi

Search hotels & rentals: live prices & reviews across Booking.com, Airbnb, Vrbo & Google Hotels.

answering
Google Flights
by johnisanerd

Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.

answering
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

63 installs/wk local only
Google Custom Search MCP
by a1-x-tech

MCP server for Google Custom Search: web and image search via a Programmable Search Engine.

38 installs/wk local only

Serpapi Hotels — questions

Answers built from our own checks of this server.

Why is there no uptime for Serpapi Hotels?
Serpapi Hotels runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package serpapi-hotels-mcp-server was installed 57 times last week.
How do I connect Serpapi Hotels?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls serpapi-hotels-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Serpapi Hotels?
The npm package serpapi-hotels-mcp-server was installed 57 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Serpapi Hotels open source?
Yes — it is published under the MIT licence, written in TypeScript, 80 stars on GitHub and 26 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.