Google Search MCP ServerServer

renoscriptdev
GitHub
searchgoogleMCP

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides Google Custom Search functionality, allowing AI agents to programmatically search the web using Google's Custom Search API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "google_search_mcp_server": {
        "env": {
          "GOOGLE_CSE_ID": "your_custom_search_engine_id",
          "GOOGLE_API_KEY": "your_google_api_key"
        },
        "args": [],
        "command": "mcp run google_search_mcp_server.py"
      }
    }
  ]
}

🛠️ Tools

PythonGoogle Cloud

Features

  • Integrates with Google Custom Search API
  • Allows AI agents to perform web searches
  • Provides secure storage for Google API credentials