We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/upJiang/ai-mcp-study'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "wfw-tool-1-map",
"version": "1.0.1",
"description": "MCP 图片采集工具 - 采集网页上的 jpg/png 图片并保存到桌面",
"main": "build/index.js",
"type": "module",
"bin": {
"wfw-tool-1-map": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc",
"start": "node build/index.js"
},
"keywords": [
"mcp",
"image-collector",
"playwright"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"playwright": "^1.40.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
}
}