Submit

Image-Search-Mcp

@heihei-c

基于必应网站的图片搜索MCP服务,可以传入关键词、偏移量和图片数量参数。

Server Config

{
  "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": {}
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.