Back to MCP Servers

SerpMCP

Google SERP search including web, images, news, maps, places, videos, and knowledge graph results via Ace Data Cloud API.

search-data-extractiongoapi

Installation

npx -y SerpMCP

Configuration

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

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