LogoSTMCP
Download
mcp-google-search

mcp-google-server

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

Tools

Perform web searches using Google Custom Search API.

2. read_webpage

Extract content from any webpage.

Open Graph image for mcp-google-server

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information

  • Author@adenot
  • Published date2025/09/22