Back to directory
ayush-rudani/google-search-mcp-server

ayush-rudani/google-search-mcp-server

@ayush-rudani

An MCP server implementation that integrates with Google's Custom Search JSON API, providing web search capabilities.

googlecustom-searchweb-searchmcp-servertypescriptsearch-apicontext

Installation & Configuration

{
  "mcpServers": {
    "google-search": {
      "command": "/path/to/node",
      "args": [
        "/full/path/to/google-search-mcp/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