Wraps the Serper.dev API to give Claude real-time Google search capabilities through three focused tools: web search with organic results, answer boxes, and knowledge graphs; Google News lookups; and Google Maps local business data. Hosted by Pipeworx as a standalone server or part of their larger gateway covering 700+ data sources. Supports their ask_pipeworx natural language interface so you can skip manual tool calls and just ask questions in plain English. Useful when you need Claude to pull current search results, news stories, or local business info without leaving the conversation. Runs over streamable HTTP, so no local setup required.
Serper MCP — wraps the Serper Google Search API (serper.dev)
Part of Pipeworx — an MCP gateway connecting AI agents to 737+ live data sources.
| Tool | Description |
|---|---|
search | Google web search — organic results, answer box, knowledge graph |
news | Google News results |
places | Google Maps/local business results |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"serper": {
"url": "https://gateway.pipeworx.io/serper/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 737+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Serper data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp
io.github.sarahpark/google-search-console