MCP.so
Sign In

Serper Search and Scrape MCP Server

@MCP-Mirror

About Serper Search and Scrape MCP Server

Mirror of

Basic information

Category

Search

License

MIT license

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

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

2

Perform 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.

Comments

More Search MCP servers