The Bing Search MCP server connects to the Bing Search API, providing AI agents with tools for web, news, and image searches. It exposes endpoints for querying Bing's search services, returning structured results. Developers use it to integrate Bing search capabilities into applications, automating web searches, news monitoring, and image retrieval.
The Bing Search MCP server connects to the Bing Search API, providing AI agents with tools for web, news, and image searches. It exposes endpoints for querying Bing's search services, returning structured results. Developers use it to integrate Bing search capabilities into applications, automating web searches, news monitoring, and image retrieval.
pip install bing-search-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"leehanchung-bing-search-mcp-github": {
"command": "uvx",
"args": [
"pip install bing-search-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from bing search mcp?"
API Key Required
This server requires an API key from bing search mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BING_SEARCH_MCP_API_KEY | Yes | Your bing search mcp API key |
"What resources are available in bing search mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in bing search mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in bing search mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.