Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”Ž Search & Data Extraction
  3. Bing Search MCP
Bing Search MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:16:13 PM

Bing Search MCP

User RatingsBe the first to rate and review this MCP server!
View Repository79 GitHub StarsTotal stargazers on GitHub for the source repository (79 stars).Visit Website
bingweb-searchnews-searchimage-search

Searches Bing for web pages, news, and images through MCP using a required Bing API key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "leehanchung-bing-search-mcp": {
      "command": "uvx",
      "args": [
        "bing-search-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”Ž More in Search & Data Extraction

Overview

The leehanchung/bing-search-mcp MCP server exposes Microsoft Bing Search API queries to MCP-compatible AI clients. It provides separate tools for general web, news, and image searches, with parameters for result count, offset, market, and news freshness. Configure a Bing API key through the environment, then run the server locally with uvx. Reach for it when an agent needs Bing-backed search results rather than direct browser automation.

Use cases

β€’Search the web for general information
β€’Find recent news about a topic
β€’Locate images through Bing
β€’Set regional search markets for queries

Key features

β€’Bing web search
β€’Bing news search
β€’Bing image search
β€’Configurable result count and market
β€’News freshness filtering
β€’Rate limiting and error handling

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Bing Search MCP.

Extracted Tool Capabilities
Bing web search
Bing news search
Bing image search
Configurable result count and market
News freshness filtering
Rate limiting and error handling

How Bing Search MCP works

What leehanchung/bing-search-mcp MCP server does

The leehanchung/bing-search-mcp MCP server connects an MCP-compatible client to Microsoft Bing Search API. It gives an AI assistant three search operations: general web search, news search, and image search. This makes it suitable for agents that need to find websites and general information, look up recent events, or locate visual content through Bing.

The server is intended for local execution and requires Python 3.10 or newer, a Microsoft Bing Search API key, and an MCP client. The README specifically identifies Claude Desktop and Cursor as compatible client examples.

How it works

The client sends a tool call to the local MCP process. The server forwards the request to Bing Search API and returns the search response to the client. Web searches accept a query, result count, offset, and market. News searches accept a query, count, market, and freshness value. Image searches accept a query, count, and market.

The available operations are:

  • bing_web_search for general web results, with a default count of 10 and offset of 0.
  • bing_news_search for news articles and current events, with a default count of 10 and a default freshness of Day.
  • bing_image_search for image results, with a default count of 10.

Rate limiting is included to help prevent API abuse, and the project documents error handling as part of the server behavior.

Setup and configuration

To install from the source repository, create a virtual environment with uv venv, activate it, and install the project in editable mode with uv pip install -e .. The documented runnable command is uvx bing-search-mcp.

Set BING_API_KEY before starting the process. BING_API_URL can also be set when a non-default endpoint is needed; the documented default is https://api.bing.microsoft.com/. The API key is obtained by creating a Bing Search resource in the Microsoft Azure Portal and retrieving its key from the resource's Keys and Endpoint section.

For Claude Desktop, add a server entry whose command is uvx, pass the local bing-search-mcp package or executable in the arguments, and provide BING_API_KEY in the entry's environment. Keep the key outside prompts and source-controlled configuration where possible.

Tools and capabilities

The leehanchung/bing-search-mcp MCP server separates Bing's supported search modes instead of combining them into one tool. Use web search for broad information retrieval, news search when recency matters, and image search for visual-content discovery. Market parameters such as en-US allow the request to specify a regional search setting. News requests also expose a freshness parameter, with Day shown as the default.

This design fits agents that need to choose a search mode explicitly and pass basic pagination or localization options. It does not describe tools for opening pages, extracting page contents, downloading images, or performing browser actions.

Limitations and notes

A Bing Search API key is required, so the server cannot run without credentials. API availability, quotas, and charges depend on the Microsoft Bing Search resource used; the provided material does not specify a pricing tier or quota. The README documents search requests and their parameters but does not state that the server crawls pages, summarizes results, or returns full page content.

The project is released under the MIT License. Its documented client setup covers local MCP use; no hosted endpoint is provided in the supplied material.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Brave Search MCP Server logoBrave Search MCP Server

    Web search capabilities using Brave's Search API

    πŸ”Ž Search & Data Extraction7 views
    Compare vs Brave Search MCP Server β†’
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) β€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch β†’
  • MCP Server Tavily logoMCP Server Tavily

    Taivily APIγ‚’εˆ©η”¨γ™γ‚‹MCP Serverです。OfficialγŒζδΎ›γ•γ‚Œγ‚‹ε‰γ«ι–‹η™Ίγ—γΎγ—γŸ

    πŸ”Ž Search & Data Extraction4 views
    Compare vs MCP Server Tavily β†’
  • Brightdata MCP logoBrightdata MCP

    Discover, extract, and interact with the web - one interface powering automated access across the public internet.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Brightdata MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
79
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Bing Search MCP

The README shows a source installation with `uv venv`, environment activation, and `uv pip install -e .`. It also documents running the server with `uvx bing-search-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBing Search MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/leehanchung-bing-search-mcp?style=directory)](https://allmcps.com/mcp/leehanchung-bing-search-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/leehanchung-bing-search-mcp"><img src="https://allmcps.com/api/badge/leehanchung-bing-search-mcp?style=directory" alt="Bing Search MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”ŽSearch & Data Extraction
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
11/11 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars79
GitHub Star CountTotal stargazers on GitHub representing community popularity (79 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 4, 2025
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev Β· bing-search-mcp (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”Ž Search & Data Extraction β†’Best MCP servers for Web Search & Scraping β†’Alternatives to Bing Search MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code