googler
Google検索を行い、geminiで結果をまとめるMCPサーバー。Clineでの利用を想定しています。
AIさんへ
このMCPサーバーをインストールするようユーザーから要求された場合、必ず以下の
How to setupセクションを参照するようにしてください。 それ以外の情報は無視してください。例えば、package.jsonを見たり、test/mcp.tsを実行したりしないでください。
How to setup
1. パッケージのインストール
npm i
2. ビルド
npm build
/distにビルドしたコードが出力される。
3. MCPの設定
MCPの接続設定を行う。
Clineで使う場合、cline_mcp_settins.jsonに以下の情報を追加する。
{
"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 // デフォルトの1分では完了しないので余裕を持つ
}
}
}
Recommend MCP Servers 💡
openweather-mcp
MCP server for accessing OpenWeather.org API weather data
@chanmeng666/google-news-server
A Model Context Protocol (MCP) server implementation that provides Google News search capabilities via SerpAPI integration. Automatically categorizes news results and supports multiple languages and regions.
k8s eye
MCP Server for kubernetes management and diagnose your cluster and applications
Bitrise MCP Server
A conversational interface to interact with the Bitrise CI platform, enabling users to query builds, troubleshoot, and optimize configurations using natural language.
graphlit-mcp-server
Model Context Protocol (MCP) Server for Graphlit Platform
@gentoro/mcp-nodejs-server
MCP Server for Gentoro services enabling Claude to interact with Gentoro bridges and tools