marcopesani/mcp-server-serper
Serper MCP Server supporting search and webpage scraping
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-serper": {
"command": "npx",
"args": [
"-y",
"mcp-server-serper"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@marcopesani/mcp-server-serper)
A TypeScript-based MCP server that provides web search and webpage scraping capabilities using the Serper API. This server integrates with Claude Desktop to enable powerful web search and content extraction features.
<a href="https://glama.ai/mcp/servers/5zk327i0pj"> </a>
google_search - Perform web searches via Serper APIsite: Limit results to specific domainfiletype: Limit to specific file types (e.g., 'pdf', 'doc')inurl: Search for pages with word in URLintitle: Search for pages with word in titlerelated: Find similar websitescache: View Google's cached version of a specific URLbefore: Date before in YYYY-MM-DD formatafter: Date after in YYYY-MM-DD formatexact: Exact phrase matchexclude: Terms to exclude from search resultsor: Alternative terms (OR operator)scrape - Extract content from web pagesSERPER_API_KEY environment variable)Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchRun tests:
npm test # Run all tests
npm run test:waLoading reviews...