Scrapes Bing search results without requiring an API key, which means you skip the paid subscription and configuration overhead. Exposes a single bing_search tool that takes a query string, optional result count (1-50), and language preference. It auto-detects whether your query is Chinese or English and routes to the appropriate Bing domain. Returns structured results with title, URL, and snippet for each hit. The implementation uses httpx to fetch and parse HTML with explicit timeout and retry logic. Useful for prototyping, personal projects, or situations where you need web search capabilities but don't want to set up billing with Microsoft's official API. Built in Python with uv and packaged for stdio transport.
claude mcp add --transport stdio io.github.iridite-bing-search-free -- uvx mcp-bing-scraper