bing-search-mcp

MCP Server for Bing Search API

GitHub Stars

55

User Rating

Not Rated

Favorites

0

Views

39

Forks

5

Issues

3

Installation
Difficulty
Intermediate
Estimated 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 .

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Invalid API key Solution: Verify that the Bing API key is correct.

Additional Resources