Back to directory
google-search

google-search

@ayush-rudani0

An MCP server integrating with Google's Custom Search JSON API for web search capabilities.

googlesearchapiweb searchcontext

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
2025/4/13
Updated
2025/4/13