Bing Search MCP ServerServer

leehanchung
GitHub
SearchAIWeb API

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol server that integrates with Microsoft Bing Search API, enabling AI assistants to perform web, news, and image searches.

๐Ÿ“ JSON Entries

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

๐Ÿ› ๏ธ Tools

bing_web_searchbing_news_searchbing_image_search

โšก Features

  • Web search for general information
  • News search for current events
  • Image search for visual content
  • Rate limiting to prevent API abuse
  • Comprehensive error handling

๐Ÿ’ฌ Example Queries

  • Search for the latest news on climate change
  • Find images of cute cats
  • What are the top 10 websites for learning Python?