Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Google Pse Mcp

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

    8 stars
    JavaScript
    Updated Oct 13, 2025

    Table of Contents

    • Installation Steps
    • VS Code Copilot Configuration
    • Cline MCP Configuration Example
    • Important Notes
    • Available Tools
    • Example Usage
    • Useful Links

    Table of Contents

    • Installation Steps
    • VS Code Copilot Configuration
    • Cline MCP Configuration Example
    • Important Notes
    • Available Tools
    • Example Usage
    • Useful Links

    Documentation

    MseeP.ai Security Assessment Badge

    Google Programmable Search Engine (PSE) MCP Server

    A Model Context Protocol (MCP) server for the Google Programmable Search Engine (PSE) API. This server exposes tools for searching the web with Google Custom Search engine, making them accessible to MCP-compatible clients such as VSCode, Copilot, and Claude Desktop.

    Installation Steps

    You do NOT need to clone this repository manually or run any installation commands yourself. Simply add the configuration below to your respective MCP client—your client will automatically install and launch the server as needed.

    VS Code Copilot Configuration

    Open Command Palette → Preferences: Open Settings (JSON), then add:

    settings.json

    jsonc
    {
      // Other settings...
      "mcp": {
        "servers": {
          "google-pse-mcp": {
            "command": "npx",
            "args": [
              "-y",
              "google-pse-mcp",
              "https://www.googleapis.com/customsearch",
              "",
              "",
              "" // optional: true/false, defaults to true
            ]
          }
        }
      }
    }

    Cline MCP Configuration Example

    If you are using Cline, add the following to your cline_mcp_settings.json (usually found in your VSCode global storage or Cline config directory):

    • macOS: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
    • Windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
    json
    {
      "mcpServers": {
        "google-pse-mcp": {
          "disabled": false,
          "timeout": 60,
          "command": "npx",
          "args": [
            "-y",
            "google-pse-mcp",
            "https://www.googleapis.com/customsearch",
            "",
            "",
            "" // optional flag, true/false, defaults to true
          ],
          "transportType": "stdio"
        }
      }
    }

    Important Notes

    Don't forget to replace ` and ` with your credentials in the configuration above.

    You can also provide an optional ` flag (true or false) as the last argument to control which Google Custom Search endpoint is used. If omitted, it defaults to true`.

    Available Tools

    This MCP server provides the following tool:

    1. search: Search the web with Google Programmable Search Engine

    • Parameters:
    • q (string, required): Search query
    • page (integer, optional): Page number
    • size (integer, optional): Number of search results to return per page (1-10)
    • sort (string, optional): Sort expression (only 'date' is supported)
    • safe (boolean, optional): Enable safe search filtering
    • lr (string, optional): Restrict search to a particular language (e.g., lang_en)
    • siteRestricted (boolean, optional): Use the Site Restricted API endpoint; defaults to true unless overridden via CLI flag

    Example Usage

    python
    # Search for "artificial intelligence"
    result = await use_mcp_tool(
        server_name="google-pse-mcp",
        tool_name="search",
        arguments={
            "q": "artificial intelligence",
            "size": 5,
            "safe": True
        }
    )

    Useful Links

    • Model Context Protocol Servers
    • Google Programmable Search Engine Intro

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k