Loading languages...
GO

googler

@Furafrafrfr

Web Search MCP

Google Search
Gemini
Web Search
Summarization

# mcpServer Config

{
  "mcpServers": {
    "googler": {
      "command": "node",
      "args": [
        "<project_location>/googler/dist/main.js"
      ],
      "env": {
        "GOOGLE_CUSTOM_SEARCH_API_KEY": "<Google Cusom Search APIのAPIキー>",
        "GOOGLE_CUSTOM_SEARCH_ENGINE_ID": "<Google Cusom Search APIのSearch Engine ID>",
        "GOOGLE_GENERATIVE_AI_API_KEY": "<GeminiのAPIキー>"
      },
      "disabled": false,
      "autoApprove": [],
      "timeout": 300
    }
  }
}

# stdio

node <project_location>/googler/dist/main.js
Transport:
stdio
言語:
TypeScript
作成日:4/10/2025
更新日:4/10/2025