serpapi hotels for Zed
com.pulsemcp/serpapi-hotels
MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.
client:Zed
transport:stdio
runtime:npm
Install serpapi hotels in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"serpapi-hotels": {
"command": "npx",
"args": [
"-y",
"serpapi-hotels-mcp-server"
],
"env": {
"SERPAPI_API_KEY": "<SERPAPI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs