Odel
serpjet mcp

serpjet mcp

Local
@jibaoproxyofficial-pixelJavaScriptUpdated 1mo ago

Google SERP API for AI agents. 10 result types incl. shopping. 1,000 free searches/month.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmserpjet-mcpv0.1.1

Run

npx -y serpjet-mcp

MCP client config

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