Information
                                    # bing-image-search-mcp
[GitHub](https://github.com/AI-Hub-Admin/bing-image-search-mcp)|[](https://www.deepnlp.org/store/mcp-server/mcp-server/pub-AI-Hub-Admin/bing-image-search-mcp) |
[](https://www.deepnlp.org/store/mcp-server/mcp-server/pub-AI-Hub-Admin/bing-image-search-mcp) |
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](https://agent.deepnlp.org)
[Bing Image Search Playground](https://agent.deepnlp.org/agent/mcp_tool_use?server=AI-Hub-Admin/bing-image-search-mcp)
[Example Share URL of Bing Image Search](https://agent.deepnlp.org/agent/mcp_tool_use/share/9f390a91-81f1-46ad-bcc0-3ed176d3f42e)

**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](https://www.deepnlp.org/workspace/keys) and Seee the onekey mcp router Demo [Google Maps MCP Server OneKey Example](https://www.deepnlp.org/store/mcp-server/map/pub-google-maps/google-maps) 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"]
        \}
    \}
\}
\`\`\`