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 💡
kswap/consul-mcp
A MCP server enabling AI models to interact with HashiCorp Consul for service discovery and mesh analysis
consult7
MCP server to consult large context window models for analyzing extensive file collections
basic-memory
Basic Memory is a local-first knowledge base that integrates with Large Language Models (LLMs) via the Model Context Protocol (MCP), allowing AI assistants to read and write to your local Markdown files, enabling persistent memory for conversations and structured knowledge management.
@microsoft/clarity-mcp-server
A Model Context Protocol (MCP) server that integrates with Microsoft Clarity's data export API, enabling users to query analytics data from Clarity using MCP-compatible clients like Claude for Desktop.
lspace-server
Lspace is an open-source MCP server and standalone application that captures insights from AI sessions, making them available across tools for persistent, searchable knowledge.
@baruchiro/paperless-mcp
An MCP server for interacting with Paperless-NGX API to manage documents, tags, correspondents, and document types.