bing-image-search-mcp

AI-Hub-Admin/bing-image-search-mcp

3.2

If you are the rightful owner of bing-image-search-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Bing Image Search MCP server is a model context protocol server that provides a wrapper for the Bing Image Search API, allowing users to search for images without requiring an access key.

Tools
2
Resources
0
Prompts
0

bing-image-search-mcp

GitHub|MCP Marketplace User Review Rating Badge | AI Agent Marketplace DeepNLP |

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

MCP Tool Use Agent Web

Bing Image Search Playground

Example Share URL of Bing Image Search

bing image search web

Tool Calling Results

bing image search web

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"]
        }
    }
}