MCP.so
Sign In
Servers

Google Programmable Search Engine (PSE) MCP Server

@rendyfebry

A Model Context Protocol (MCP) server for the Google Programmable Search Engine (PSE) API

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "google-pse-mcp": {
      "disabled": false,
      "timeout": 60,
      "command": "npx",
      "args": [
        "-y",
        "google-pse-mcp",
        "https://www.googleapis.com/customsearch",
        "<api_key>",
        "<cx>",
        "<siteRestricted>"
      ],
      "transportType": "stdio"
    }
  }
}

More from Search