Skip to main content

Add your description here

Project description

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:
    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
    uv pip install -e .
    

Configuration

Set the required environment variables:

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

For Windows:

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

Usage

Running the server

uv run -m mcp_server_bin_search

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):

{
  "mcpServers": {
    "bing-search": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/your/folder",
        "run",
        "-m",
        "mcp_server_bin_search"
      ],
      "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.

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.

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

3. bing_image_search

Search for images.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bing_search_mcp-0.1.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bing_search_mcp-0.1.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file bing_search_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: bing_search_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.9

File hashes

Hashes for bing_search_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5c2cafea8e827604732d720b747b63b193540feac0983fb4a9ad2f461bf19201
MD5 fb4aced90b24ad8943cb15dd3c194b7a
BLAKE2b-256 c6f222f2b7e4710c5c6893c0c22aec9b949a501e8e8eabeec6c45bd1fa791a62

See more details on using hashes here.

File details

Details for the file bing_search_mcp-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bing_search_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d871ca8fc4c0846bc8cd0d18c53c3bcb6fc0d9116d9f054690329c0b6f3eb163
MD5 dd08288b529c78af5f87ac4024ca3dc4
BLAKE2b-256 29b6b263c9ea00ff89928d729c35fa79ccbd475ee26c1a7eb12077e822ff5bde

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page