Serper Search and Scrape MCP Server
@MCP-Mirror
关于 Serper Search and Scrape MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"marcopesani_mcp-server-serper": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@marcopesani/mcp-server-serper",
"--client",
"claude"
]
}
}
}工具
2Perform 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 服务器
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
评论