Skip to main content
Glama

Web Scraper MCP Server

scrape_images

Extract and download all images from a specified website URL to a local directory. Define the output folder and control concurrent downloads for efficient image scraping using the MCP server.

Instructions

从指定URL爬取网站上的所有图片并保存到本地

Input Schema

NameRequiredDescriptionDefault
maxConcurrentNo并发下载数量(可选,默认为5)
outputDirNo图片保存目录(可选,默认为 ./scraped-images)
urlYes要爬取图片的网站URL

Input Schema (JSON Schema)

{ "properties": { "maxConcurrent": { "default": 5, "description": "并发下载数量(可选,默认为5)", "type": "number" }, "outputDir": { "description": "图片保存目录(可选,默认为 ./scraped-images)", "type": "string" }, "url": { "description": "要爬取图片的网站URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Web Scraper MCP Server

Related Tools

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/naku111/mcpServer'

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