Google Search MCP ServerServer

moritalous
GitHub
searchAPIautomation

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that enables AI assistants to perform web searches using the Google Search API and return up to 20 results in JSON format.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google Search MCP Server": {
        "env": {
          "GOOGLE_CSE_ID": "your Google Custom Search Engine ID",
          "GOOGLE_API_KEY": "your Google API key"
        },
        "args": [],
        "command": "python app.py"
      }
    }
  ]
}

🛠️ Tools

Gradio

Features

  • Web search capabilities via Google Search API
  • Returns search results in JSON format
  • Integrates AI assistants with Google Search functionality

💬 Example Queries

  • Perform a web search for 'latest technology trends'
  • Retrieve information about 'climate change impacts'
  • Find articles on 'machine learning tutorials'