MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

B
Bing Image Search MCP

MCP Server of Bing Web Search With No Access Key Requested

创建于 10/13/2025
更新于 2 months ago
Repository documentation and setup instructions

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"]
        }
    }
}
快速设置
此服务器的安装指南

安装包 (如果需要)

uvx bing-image-search-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "ai-hub-admin-bing-image-search-mcp": { "command": "uvx", "args": [ "bing-image-search-mcp" ] } } }