Loading...
npm install
```{
"mcpServers": {
"web-search": {
"command": "node",
"args": ["/path/to/web-search/build/index.js"]
}
}
}searchPerforms a web search using Google and returns structured results.
Read-only operation; no data modification or system access.
This server is relatively safe for read-only web searches. However, the lack of rate limiting and reliance on scraping introduces risks of service disruption and potential violations of Google's terms of service. Use with caution and implement rate limiting where possible.