Serper Search and Scrape MCP Server
@MCP-Mirror
About Serper Search and Scrape MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"marcopesani_mcp-server-serper": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@marcopesani/mcp-server-serper",
"--client",
"claude"
]
}
}
}Tools
2Perform web searches via Serper API
Extract content from web pages
Overview
What is Serper Search and Scrape MCP Server?
A TypeScript‑based MCP server that provides web search and webpage scraping capabilities using the Serper API. It is designed to integrate with Claude Desktop (and other MCP hosts) for live web data retrieval.
How to use Serper Search and Scrape MCP Server?
Install via Smithery (npx -y @smithery/cli install @marcopesani/mcp-server-serper), or add the server configuration to your MCP client (Claude Desktop, Cline, Cursor). Set the SERPER_API_KEY environment variable. The server exposes two tools: google_search (for web searches) and scrape (for extracting page content). Docker usage is also documented.
Key features of Serper Search and Scrape MCP Server
- Performs web searches via the Serper API
- Extracts web page content as plain text or markdown
- Supports region and language targeting
- Includes advanced search operators (site, filetype, inurl, etc.)
- Returns rich results: organic, knowledge graph, “people also ask”, related searches
Use cases of Serper Search and Scrape MCP Server
- Automate web research by querying real‑time search results
- Extract structured content from specific web pages for analysis
- Enrich AI conversations with live web data
- Perform targeted searches using domain, filetype, or date filters
FAQ from Serper Search and Scrape MCP Server
What runtime is required?
Node.js version 18 or higher.
How do I authenticate the server?
Set a SERPER_API_KEY environment variable with your Serper API key.
What tools are available?
Two tools: google_search (web search) and scrape (page content extraction).
Can I run this server in Docker?
Yes. Build the image with docker build -t mcp-server-serper . and run it with the SERPER_API_KEY environment variable.
Frequently asked questions
What runtime is required?
Node.js version 18 or higher.
How do I authenticate the server?
Set a `SERPER_API_KEY` environment variable with your Serper API key.
What tools are available?
Two tools: `google_search` (web search) and `scrape` (page content extraction).
Can I run this server in Docker?
Yes. Build the image with `docker build -t mcp-server-serper .` and run it with the `SERPER_API_KEY` environment variable.
Basic information
More Search MCP servers
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Everything Search MCP Server
mamertofabianPerplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Comments