Back to MCP Servers

Serpapi

SerpApi MCP Server for Google and other search engine results. Provides multi-engine search across Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more with real-time weather data, stock market information, and flexible JSON response modes.

search-data-extractiongoapi

Installation

npx -y serpapi-mcp

Configuration

{
  "mcpServers": {
    "serpapi-mcp": {
      "command": "npx",
      "args": ["-y", "serpapi-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub