MCP.so
登录

Serper Search and Scrape MCP Server

@MCP-Mirror

关于 Serper Search and Scrape MCP Server

Mirror of

基本信息

分类

搜索

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "marcopesani_mcp-server-serper": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@marcopesani/mcp-server-serper",
        "--client",
        "claude"
      ]
    }
  }
}

工具

2

Perform web searches via Serper API

Extract content from web pages

概览

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.

评论

搜索 分类下的更多 MCP 服务器