3 months ago
淘宝和京东商品数据采集MCP服务器,支持关键词搜索、多平台采集、热词分析、微信/邮件通知
Server Config
{
"mcpServers": {
"taobao-scraper": {
"command": "python",
"args": [
"run_mcp.py"
],
"env": {
"SCRAPER_API_URL": "http://127.0.0.1:8000"
}
}
}
}