Image Search Mcp Server
Search & Retrieval基于必应网站开发的图片搜索MCP服务,可以传入偏移量参数,避免使用相同关键词进行多次搜索时返回重复图片,还可以传入图片数量参数。
Installation
java -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.jarView configuration snippet
{
"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": {}
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
AgentQL MCP
MCP server for AgentQL, letting agents query and extract structured data from the web.
Algolia
Use AI agents to provision, configure, and query your Algolia search indices. Useful for MCP clients that need reliable integrations and automation workflows.
Alibaba Cloud OpenSearch
This MCP server equips AI Agents with tools to interact with OpenSearch through a standardized and extensible interface.
Amplitude
The Amplitude MCP server enables seamless integration between AI assistants and your product data, allowing you to search, analyze, and query charts, dashboards, experiments, feature flags, and metrics directly from your AI interface.
Like this server?
Discover more MCP servers or submit your own to directory.