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 💡
mcp-server-splunk
A Go implementation of the MCP server for Splunk, supporting STDIO and SSE transports.
yamcp
A command-line tool for organizing and managing MCP servers as local workspaces, exposing them as a unified MCP gateway for AI applications.
mcp-neovim-server
An MCP server that allows Claude Desktop (or any MCP client) to control Neovim, leveraging Vim's native commands for AI text assistance.
@Panth1823/formula1-mcp
Provides real-time and historical Formula 1 racing data via the Model Context Protocol
paprika-3-mcp
An MCP server that exposes Paprika 3 recipes as LLM-readable resources and enables LLM-driven recipe creation/editing
Utsav-Ladani/WordPress-MCP
A Model Context Protocol server for WordPress content management, supporting post creation, update, search, retrieval, and block types schema access