Skip to main content
Glama

Bing Search MCP Server

by leehanchung

Bing 검색 MCP 서버

Microsoft Bing Search API 통합을 위한 MCP(Model Context Protocol) 서버로, AI 도우미가 웹, 뉴스, 이미지 검색을 수행할 수 있도록 해줍니다.

Bing 검색 MCP 서버

특징

  • 일반 정보에 대한 웹 검색
  • 최근 이벤트 및 시기적절한 정보를 위한 뉴스 검색
  • 시각적 콘텐츠를 위한 이미지 검색
  • API 남용을 방지하기 위한 속도 제한
  • 포괄적인 오류 처리

요구 사항

  • Python 3.10 이상
  • Microsoft Bing 검색 API 키
  • MCP 호환 클라이언트(예: Claude Desktop, Cursor)

설치

  1. 이 저장소를 복제하세요
  2. 종속성 설치:지엑스피1

구성

필요한 환경 변수를 설정하세요.

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를 사용하여 데스크톱 구성

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

사용 가능한 도구

1. bing__서치

정보, 웹사이트, 콘텐츠에 대한 일반적인 웹 검색입니다.

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

2. 빙 뉴스 검색

뉴스기사와 최신 이벤트를 검색해 보세요.

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

3. 빙_이미지_서치

이미지를 검색하세요.

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

Bing API 키 받기

  1. Microsoft Azure Portal 방문
  2. Azure 계정을 만들거나 로그인하세요
  3. 새로운 Bing 검색 리소스 만들기
  4. 리소스로 이동하여 "키 및 엔드포인트" 섹션에서 API 키를 찾으세요.

특허

MIT 라이센스

You must be authenticated.

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 도우미가 웹, 뉴스, 이미지 검색을 수행할 수 있도록 해줍니다.

  1. 특징
    1. 요구 사항
      1. 설치
        1. 구성
          1. 용법
            1. 서버 실행
            2. Claude를 사용하여 데스크톱 구성
          2. 사용 가능한 도구
            1. bing\웹\서치
            2. 빙 뉴스 검색
            3. 빙\이미지\서치
          3. Bing API 키 받기
            1. 특허

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A 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 -
                1
                5
                Python
                Apache 2.0
              • 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
                44
                8
                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 -
                3
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A 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 -
                1
                75
                3
                TypeScript
                MIT License

              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