GitHub Stars
55
User Rating
Not Rated
Favorites
0
Views
39
Forks
5
Issues
3
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.10 or higher
Microsoft Bing Search API key
MCP-compatible client (e.g., Claude Desktop, Cursor)
Installation Steps
1. Clone Repository
bash
git clone https://github.com/leehanchung/bing-search-mcp
cd bing-search-mcp
2. Install Dependencies
bash
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e .