Bing 検索 MCP サーバー
Microsoft Bing Search API 統合用のモデル コンテキスト プロトコル (MCP) サーバー。AI アシスタントが Web、ニュース、画像の検索を実行できるようになります。
特徴
- 一般情報のウェブ検索
- 最新の出来事やタイムリーな情報を検索するニュース
- 視覚コンテンツの画像検索
- APIの不正使用を防ぐためのレート制限
- 包括的なエラー処理
要件
- Python 3.10以上
- Microsoft Bing 検索 API キー
- MCP 互換クライアント (例: Claude Desktop、Cursor)
インストール
- このリポジトリをクローンする
- 依存関係をインストールします:
構成
必要な環境変数を設定します。
Windowsの場合:
使用法
サーバーの実行
Claude for Desktop での設定
Claude Desktop 構成ファイル (macOS の場合は~/Library/Application Support/Claude/claude_desktop_config.json
、Windows の場合は%APPDATA%\Claude\claude_desktop_config.json
) に次のコードを追加します。
利用可能なツール
1. bing_web_search
情報、Web サイト、コンテンツに関する一般的な Web 検索。
2. bing_news_search
ニュース記事や最新の出来事を検索します。
3. bing_image_search
画像を検索します。
Bing APIキーの取得
- Microsoft Azureポータルにアクセス
- Azure アカウントを作成またはサインインする
- 新しいBing検索リソースを作成する
- リソースに移動し、「キーとエンドポイント」セクションでAPIキーを見つけます。
ライセンス
You must be authenticated.
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、ニュース、画像の検索を実行できるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI models to perform real-time internet and knowledge searches through Higress, enhancing model responses with up-to-date information from Google, Bing, Arxiv, and internal knowledge bases.Last updated -15PythonApache 2.0
- AsecurityFlicenseAqualityA 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 -1448JavaScript
- -securityAlicense-qualityA 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 -3TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server implementation that enables AI assistants like Claude to perform Google searches and retrieve web data directly through natural language requests.Last updated -1753TypeScriptMIT License