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
{
"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