Skip to main content
Glama
limithacker

百度图片搜索 MCP Server

by limithacker

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_imagesA

搜索百度图片,支持搜索、下载和格式转换一体化。

功能说明:

  1. 仅搜索模式:不指定 downloadPath,只返回图片信息(URL、尺寸、标题等)

  2. 搜索+下载模式:指定 downloadPath,自动下载图片到本地目录

  3. 格式转换:指定 format 参数,自动将图片转换为目标格式(仅下载模式有效)

使用示例:

  • 搜索图片:{ "keyword": "维多利亚港" }

  • 搜索第2页:{ "keyword": "长城", "page": 2 }

  • 下载缩略图:{ "keyword": "故宫", "downloadPath": "./downloads" }

  • 下载原图并转JPEG:{ "keyword": "黄山", "downloadPath": "./downloads", "format": "jpeg", "urlType": "original" }

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/limithacker/mcp_image_bd_tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server