Serper
@ihiteshsharma
关于 Serper
MCP Servers to extend functionality
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"serper": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SERPER_API_KEY",
"-e",
"FIRECRAWL_API_KEY",
"mcp/hs-search"
],
"env": {
"SERPER_API_KEY": "YOUR_SERPER_API_KEY_HERE",
"FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_API_KEY_HERE"
}
}
}
}工具
8Execute web searches with location context
Search for news articles and press releases
Search for images, photos, diagrams, and visual content
Search for videos from YouTube and other platforms
Search for places, businesses, and points of interest
Retrieve detailed reviews for a specific place or business
Get the current location coordinates
Scrape and extract content from any web page
概览
What is Serper?
An MCP server that integrates with the Serper API to provide web, news, image, and video search results from Google, plus maps and reviews search, web scraping via FireCrawl, and location-based services.
How to use Serper?
Add a serper entry to your MCP server configuration (e.g., claude_desktop_config.json) with the required environment variables SERPER_API_KEY and FIRECRAWL_API_KEY. Run the server using Docker (docker run ... mcp/hs-search) or NPX (npx -y @modelcontextprotocol/server-serper). For local development, install dependencies, build TypeScript, and run with the API keys set.
Key features of Serper
- Web search with location context and knowledge graphs
- News, image, and video search
- Maps search for places, businesses, and points of interest
- Reviews search with detailed user ratings and feedback
- Web scraping via FireCrawl for content extraction
- Location services (current GPS coordinates)
Use cases of Serper
- Search the web with location context for region-specific results
- Get the latest news articles about a topic with source information
- Find images or videos about a specific subject
- Search for businesses and retrieve detailed reviews
- Scrape and extract content from web pages found in search results
FAQ from Serper
What APIs does Serper integrate with?
Serper integrates with the Serper API (for search) and FireCrawl API (for web scraping).
What runtime or dependencies are required?
For local development: Node.js, npm, and TypeScript. For containerized deployment: Docker.
Where do I get the required API keys?
Obtain a Serper API key from serper.dev and a FireCrawl API key from firecrawl.dev.
What search types are supported?
Web, news, image, video, maps, and reviews search are all supported.
Can I limit the number of search results?
Yes, each search tool accepts a num parameter (maximum 20 results).
搜索 分类下的更多 MCP 服务器
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Azure AI Search MCP Server
farzad528Model Context Protocol Servers for Azure AI Search
Brave Search
modelcontextprotocolModel Context Protocol Servers
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
评论