Back to directory
adenot/mcp-google-search

adenot/mcp-google-search

@adenot

A Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.

googlesearchwebcontent-extractioncustom-searchmcpscrapingcontext

Installation & Configuration

{
  "mcpServers": {
    "google-search": {
      "command": "npx",
      "args": [
        "-y",
        "@adenot/mcp-google-search"
      ],
      "env": {
        "GOOGLE_API_KEY": "your-api-key-here",
        "GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id-here"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/13