Skip to main content
Glama

Bing Search MCP Server

by leehanchung

Bing 検索 MCP サーバー

Microsoft Bing Search API 統合用のモデル コンテキスト プロトコル (MCP) サーバー。AI アシスタントが Web、ニュース、画像の検索を実行できるようになります。

Bing 検索 MCP サーバー

特徴

  • 一般情報のウェブ検索
  • 最新の出来事やタイムリーな情報を検索するニュース
  • 視覚コンテンツの画像検索
  • APIの不正使用を防ぐためのレート制限
  • 包括的なエラー処理

要件

  • Python 3.10以上
  • Microsoft Bing 検索 API キー
  • MCP 互換クライアント (例: Claude Desktop、Cursor)

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -e .

構成

必要な環境変数を設定します。

export BING_API_KEY="your-bing-api-key" export BING_API_URL="https://api.bing.microsoft.com/" # Optional

Windowsの場合:

set BING_API_KEY=your-bing-api-key set BING_API_URL=https://api.bing.microsoft.com/

使用法

サーバーの実行

uvx bing-search-mcp

Claude for Desktop での設定

Claude Desktop 構成ファイル (macOS の場合は~/Library/Application Support/Claude/claude_desktop_config.json 、Windows の場合は%APPDATA%\Claude\claude_desktop_config.json ) に次のコードを追加します。

{ "mcpServers": { "bing-search": { "command": "uvx", "args": [ "/path/to/your/bing-search-mcp" ], "env": { "BING_API_KEY": "your-bing-api-key" } } } }

クロード・コード Bing 検索 MCP

利用可能なツール

情報、Web サイト、コンテンツに関する一般的な Web 検索。

bing_web_search(query: str, count: int = 10, offset: int = 0, market: str = "en-US")

ニュース記事や最新の出来事を検索します。

bing_news_search(query: str, count: int = 10, market: str = "en-US", freshness: str = "Day")

画像を検索します。

bing_image_search(query: str, count: int = 10, market: str = "en-US")

Bing APIキーの取得

  1. Microsoft Azureポータルにアクセス
  2. Azure アカウントを作成またはサインインする
  3. 新しいBing検索リソースを作成する
  4. リソースに移動し、「キーとエンドポイント」セクションでAPIキーを見つけます。

ライセンス

MITライセンス

Install Server
A
security – no known vulnerabilities
A
license - permissive license
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.

Microsoft Bing Search API と統合され、AI アシスタントが Web、ニュース、画像の検索を実行できるようにするモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. 要件
      1. インストール
        1. 構成
          1. 使用法
            1. サーバーの実行
            2. Claude for Desktop での設定
          2. 利用可能なツール
            1. 1. bing_web_search
            2. 2. bing_news_search
            3. 3. bing_image_search
          3. Bing APIキーの取得
            1. ライセンス

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
                Last updated -
                1
                883
                14
                JavaScript
                • Apple
                • Linux
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that provides real-time web search capabilities to AI assistants through pluggable search providers, currently integrated with the Brave Search API.
                Last updated -
                10
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants like Claude to interact with Bing Webmaster Tools API, allowing users to manage sites, submit URLs for indexing, analyze traffic, and access other webmaster tools through natural language.
                Last updated -
                62
                3
                Python
                MIT License
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables AI assistants to perform web searches using Google Search API, returning up to 20 search results in JSON format.
                Last updated -
                2
                Python
                Apache 2.0

              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/leehanchung/bing-search-mcp'

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