Loading languages...
GO

google-pse-mcp

@rendyfebry5

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

google
search
pse
web-search

# mcpServer Config

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

# stdio

npx -y google-pse-mcp https://www.googleapis.com/customsearch <api_key> <cx>
Transport:
stdio
ภาษา:
JavaScript
สร้างเมื่อ:5/17/2025
อัปเดตเมื่อ:7/19/2025