Skip to main content
Glama

Web Search MCP Server

by williamvd4

ウェブ検索MCPサーバー

API キーを必要とせず、Google 検索結果を使用して無料の Web 検索を可能にする Model Context Protocol (MCP) サーバー。

特徴

  • Google検索結果を使用してウェブを検索する

  • APIキーや認証は不要

  • タイトル、URL、説明を含む構造化された結果を返します

  • 検索ごとに設定可能な結果数

インストール

  1. このリポジトリをクローンまたはダウンロードする

  2. 依存関係をインストールします:

npm install
  1. サーバーを構築します。

npm run build
  1. サーバーを MCP 構成に追加します。

VSCode (Claude Dev Extension) の場合:

{ "mcpServers": { "web-search": { "command": "node", "args": ["/path/to/web-search/build/index.js"] } } }

Claude Desktopの場合:

{ "mcpServers": { "web-search": { "command": "node", "args": ["/path/to/web-search/build/index.js"] } } }

使用法

サーバーは、次のパラメータを受け入れるsearchという名前の単一のツールを提供します。

{ "query": string, // The search query "limit": number // Optional: Number of results to return (default: 5, max: 10) }

使用例:

use_mcp_tool({ server_name: "web-search", tool_name: "search", arguments: { query: "your search query", limit: 3 // optional } })

応答例:

[ { "title": "Example Search Result", "url": "https://example.com", "description": "Description of the search result..." } ]

制限事項

このツールは Google 検索結果の Web スクレイピングを使用するため、注意すべき重要な制限がいくつかあります。

  1. レート制限:短時間に検索が多すぎる場合、Google はリクエストを一時的にブロックすることがあります。これを回避するには、次の手順を実行してください。

    • 検索頻度を適度に保つ

    • 制限パラメータを慎重に使用する

    • 必要に応じて検索間に遅延を設けることを検討してください

  2. 結果の精度:

    • このツールはGoogleのHTML構造に依存しており、変更される可能性があります。

    • 一部の結果には説明やその他のメタデータが欠落している可能性があります

    • 複雑な検索演算子は期待通りに動作しない可能性があります

  3. 法的考慮事項:

    • このツールは個人使用を目的としています

    • Googleの利用規約を尊重する

    • ユースケースに応じて適切なレート制限を実装することを検討してください

貢献

問題や機能強化のリクエストをお気軽にお寄せください。

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Tools

API キーを必要とせずに Google 検索結果を使用した無料の Web 検索を可能にし、タイトル、URL、説明を含む構造化された結果を返します。

  1. 特徴
    1. インストール
      1. 使用法
        1. 制限事項
          1. 貢献

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables search capabilities using a Google Custom Search Engine, allowing users to input a search term and retrieve search result titles, links, and snippets, while facilitating integration with other tools for content extraction and advanced search strategies.
              Last updated -
              1
              28
              The Unlicense
            • A
              security
              A
              license
              A
              quality
              Provides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.
              Last updated -
              456
              46
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Web search using free multi-engine search (NO API KEYS REQUIRED) — Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.
              Last updated -
              5
              584
              329
              Apache 2.0
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              Enables AI assistants to perform real-time Google searches with anti-bot protection. Bypasses search engine restrictions using advanced browser automation to extract search results locally without requiring paid API services.
              Last updated -
              3
              MIT License
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/williamvd4/web-search'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server