Loading MCP server directory, please wait...
MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.
npx @getmcp/cli add com.pulsemcp/serpapi-hotelsRequires Node.js 18+. Community-contributed server. Review source before installing.
SERPAPI_API_KEYYour SerpAPI API key for hotel search access.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/serpapi-hotels": {
"command": "npx",
"args": [
"-y",
"-y",
"serpapi-hotels-mcp-server"
],
"env": {
"SERPAPI_API_KEY": ""
}
}
}
}