Description

Serper MCP Server supporting search and webpage scraping.

Installation

npx -y mcp-server-serper
npm install mcp-server-serper
git clone https://github.com/marcopesani/mcp-server-serper

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "serper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-serper"
      ]
    }
  }
}