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. It allows users to perform web searches with rich results, including organic results and knowledge graphs, while also offering advanced search operators for refined queries. Additionally, the server can extract content from web pages, providing plain text, markdown content, and metadata, all while preserving the document structure.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-serper": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-serper"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions