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).
Run
npx -y serpjet-mcp
MCP client config
{
"mcpServers": {
"serpjet-mcp": {
"command": "npx",
"args": [
"-y",
"serpjet-mcp"
]
}
}
}