Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Bing Search Mcp

    MCP Server for Bing Search API

    59 stars
    Python
    Updated Oct 15, 2025
    claude
    mcp
    mcp-server

    Table of Contents

    • Features
    • Requirements
    • Installation
    • Configuration
    • Usage
    • Running the server
    • Configuring with Claude for Desktop
    • Available Tools
    • 1. bing_web_search
    • 2. bing_news_search
    • 3. bing_image_search
    • Getting a Bing API Key
    • License

    Table of Contents

    • Features
    • Requirements
    • Installation
    • Configuration
    • Usage
    • Running the server
    • Configuring with Claude for Desktop
    • Available Tools
    • 1. bing_web_search
    • 2. bing_news_search
    • 3. bing_image_search
    • Getting a Bing API Key
    • License

    Documentation

    Bing Search MCP Server

    A Model Context Protocol (MCP) server for Microsoft Bing Search API integration, allowing AI assistants to perform web, news, and image searches.

    smithery badge

    Bing Search MCP Server

    Features

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

    Requirements

    • Python 3.10 or higher
    • Microsoft Bing Search API key
    • MCP-compatible client (e.g., Claude Desktop, Cursor)

    Installation

    1. Clone this repository

    2. Install dependencies:

    code
    uv venv
       source .venv/bin/activate  # On Windows: .venv\Scripts\activate
       uv pip install -e .

    Configuration

    Set the required environment variables:

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

    For Windows:

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

    Usage

    Running the server

    code
    uvx bing-search-mcp

    Configuring with Claude for Desktop

    Add the following to your Claude Desktop configuration file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):

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

    Claude Code Bing Search MCP

    Available Tools

    1. bing_web_search

    General web search for information, websites, and content.

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

    2. bing_news_search

    Search for news articles and current events.

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

    3. bing_image_search

    Search for images.

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

    Getting a Bing API Key

    1. Visit Microsoft Azure Portal

    2. Create or sign in to your Azure account

    3. Create a new Bing Search resource

    4. Go to the resource and find your API key in the "Keys and Endpoint" section

    License

    MIT License

    Similar MCP

    Based on tags & features

    • AW

      Aws Mcp Server

      Python·
      165
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • FA

      Fal Mcp Server

      Python·
      8

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AW

      Aws Mcp Server

      Python·
      165
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • FA

      Fal Mcp Server

      Python·
      8

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k