MCP Server of Bing Web Search With No Access Key Requested
bing-image-search-mcp
GitHub| |
|
MCP Server of Bing Image Search With No Access Key Requested.
This MCP server is a mcp wrapper of pypi package Bing Image Search MCP, which requires no access key and provides easy way to use Bing Image Search APIs.
Tool
1. search_images
Search Images Using query on Bing Image search
2. search_images_batch
Search Images Using Batched query on Bing Image search
Usage
Try on the playground of MCP Tool Use Agent Web
Example Share URL of Bing Image Search

Tool Calling Results

Client Usage (Cursor,VS Code and more)
1. OneKey MCP Router Http Server Config
StreamingHttpConnection
Supporting ONEKEY Router Access Beta Test Keys
DEEPNLP_ONEKEY_ROUTER_ACCESS=BETA_TEST_KEY_OCT_2025
You can also generate your personal unlimited rate keys here OneKey and Seee the onekey mcp router Demo Google Maps MCP Server OneKey Example for reference on how to use one access key to access commercial MCPs.
{
"mcpServers": {
"deepnlp-onekey-bing-image-search": {
"url": "https://agent.deepnlp.org/mcp?server_name=bing-image-search-mcp&onekey={DEEPNLP_ONEKEY_ROUTER_ACCESS}"
}
}
}
2. Running Locally
Install
pip install bing-image-search-mcp
MCP Integration
UVX
{
"mcpServers": {
"bing-image-search-mcp": {
"command": "uvx",
"args": ["bing-image-search-mcp"]
}
}
}
GitHub Source Running Localing
git clone https://github.com/AI-Hub-Admin/bing-image-search-mcp
cd bing-image-search-mcp
Run From Your Local Folder
{
"mcpServers": {
"bing-image-search-mcp": {
"command": "uv",
"args": ["--directory", "/path_to_folder/bing-image-search-mcp/src/bing_image_search_mcp", "run", "server.py"]
}
}
}