MCP.so
ログイン

google-search-mcp-server

@eggplantiny

google-search-mcp-server について

google search model context server with fetch api (unofficial)

基本情報

カテゴリ

検索

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

eggplantiny

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "google-search-mcp-server-eggplantiny": {
      "command": "npx",
      "args": [
        "esno",
        "src/playground.ts"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is google-search-mcp-server?

google-search-mcp-server is a Model Context Protocol (MCP) server that exposes a single tool (google_search) to perform web scraping of Google Search results. It returns structured data including titles, URLs, and snippets, and is intended for developers who want to integrate Google search capabilities into MCP-compatible AI assistants or automation tools.

How to use google-search-mcp-server?

Install Node.js v16 or higher, clone the repository, and install dependencies with pnpm install or bun install. Start the server with npm start (stdio-based JSON-RPC). Interact via any JSON-RPC client by calling ListTools or CallTool with the google_search tool and a query argument. Option

コメント

「検索」の他のコンテンツ