Back to directory
rtbui2012/google-mcp-server

rtbui2012/google-mcp-server

@rtbui2012

MCP server for Google APIs enabling integration with AI assistants for web search and image search capabilities.

googlesearchcustom-searchmcptypescriptweb-searchimage-searchcontext

Installation & Configuration

{
  "mcpServers": {
    "google-api": {
      "command": "npx",
      "args": [
        "ts-node",
        "src/index.ts"
      ],
      "env": {
        "GOOGLE_API_KEY": "your_google_api_key_here",
        "GOOGLE_CX_ID": "your_custom_search_engine_id_here"
      }
    }
  }
}

Information

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