Google Custom Search Engine MCP ServerServer

Richard-Weiss
GitHub
SearchWeb ScrapingBrowser Automation

Loading subscription status...

💡 Description

An MCP server that provides search functionalities using a Google Custom Search Engine (CSE). This server allows LLMs to provide a regular Google search term and return the found search results, including title, link, and snippet for each result.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp-google-cse": {
        "env": {
          "API_KEY": "",
          "ENGINE_ID": ""
        },
        "args": [
          "mcp-google-cse"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

google_search

Features

  • Enables web searches using Google Custom Search.
  • Combines with other servers for advanced content extraction.

💬 Example Queries

  • google_search('What is MCP after: 01/11/2024?')