Back to directory
limklister/mcp-google-custom-search-server

limklister/mcp-google-custom-search-server

@limklister

An MCP server for searching against Google Custom Search API

googlesearchcustom-searchmcptypescriptweb-searchapicontext

Installation & Configuration

{
  "mcpServers": {
    "google-search": {
      "command": "node",
      "args": [
        "/absolute/path/to/mcp-google-custom-search-server/build/index.js"
      ],
      "env": {
        "GOOGLE_API_KEY": "your-api-key",
        "GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15