Image Search Mcp Server
@heihei-c
About Image Search Mcp Server
基于必应网站开发的图片搜索MCP服务,可以传入偏移量参数,避免使用相同关键词进行多次搜索时返回重复图片,还可以传入图片数量参数。
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"image-search-mcp-server": {
"command": "java",
"args": [
"-jar",
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-Dspring.profiles.active=stdio",
"your-path/target/image-search-mcp-server-0.0.1-SNAPSHOT.jar"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Image Search Mcp Server?
Image Search Mcp Server is an MCP service for image search developed on top of Bing. It allows users to specify an offset parameter to avoid duplicate images when searching with the same keyword multiple times, and a count parameter to control the number of results.
How to use Image Search Mcp Server?
—
Key features of Image Search Mcp Server
- Image search based on Bing website
- Offset parameter to avoid repeated results
- Count parameter to set number of images
Use cases of Image Search Mcp Server
—
FAQ from Image Search Mcp Server
What is the offset parameter for?
It allows you to skip previously returned images when searching with the same keyword, preventing duplicates.
Can I control how many images are returned?
Yes, you can pass a count parameter to specify the number of images.
Which search engine does this server use?
It is developed based on the Bing website.
Frequently asked questions
What is the offset parameter for?
It allows you to skip previously returned images when searching with the same keyword, preventing duplicates.
Can I control how many images are returned?
Yes, you can pass a count parameter to specify the number of images.
Which search engine does this server use?
It is developed based on the Bing website.
Basic information
More Search MCP servers
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Comments