Taobaoscraper Mcp Server

by jhongjun1981

568 downloads
Not rated
GitHub

Description

# TaobaoScraper MCP Server An MCP (Model Context Protocol) server for scraping product data from **Taobao/Tmall** and **JD.com** (Jingdong). Provides 8 tools that can be used directly in Claude Desktop or Claude Code. > **Platform**: Windows (requires Chrome browser) >…

About

# TaobaoScraper MCP Server An MCP (Model Context Protocol) server for scraping product data from **Taobao/Tmall** and **JD.com** (Jingdong). Provides 8 tools that can be used directly in Claude Desktop or Claude Code. > **Platform**: Windows (requires Chrome browser) > **Language**: Python 3.10+ ## Features -…

Details

Author
jhongjun1981
Downloads
568
Categories
Automation

- Multi-platform scraping: Taobao, Tmall, JD in one tool
- 8 MCP tools for scraping, task management, notifications, system control
- Hot search words for trending keywords and market insights
- Automatic Excel export of scraped data
- Notification push via WeChat (ServerChan / PushPlus) and Email
- Dual transport: stdio (local) and SSE (remote) protocols
- Trilingual GUI: Chinese, English, Korean (optional)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Taobaoscraper Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with pip install -r requirements_mcp.txt and pip install -r requirements_api.txt, copy .env.example to .env and set SCRAPER_API_KEY. Start Chrome with debug port (chrome.exe --remote-debugging-port=9222), log into Taobao once, then run python run_api.py and configure the MCP server in Claude Desktop or Claude Code settings using either stdio (local) or SSE (remote) transport.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "taobaoscraper mcp server": {
            "taobao-scraper": {
                "command": "python",
                "args": [
                    "run_mcp.py"
                ],
                "env": {
                    "SCRAPER_API_URL": "http://127.0.0.1:8000"
                }
            }
        }
    }
}

McpServers

{
    "taobao-scraper": {
        "command": "python",
        "args": [
            "run_mcp.py"
        ],
        "env": {
            "SCRAPER_API_URL": "http://127.0.0.1:8000"
        }
    }
}

TaobaoScraper MCP Server

An MCP (Model Context Protocol) server for scraping product data from Taobao/Tmall and JD.com (Jingdong). Provides 8 tools that can be used directly in Claude Desktop or Claude Code. > Platform: Windows (requires Chrome browser) > Language: Python 3.10+

Features

- Multi-platform scraping - Taobao, Tmall, JD.com in one tool - 8 MCP tools - Scraping, task management, notifications, system control - Hot search words - Discover trending keywords and market insights - Excel export - Auto-saves results as .xlsx files - Notification push - WeChat (ServerChan / PushPlus) and Email alerts - Dual transport - stdio (local) and SSE (remote) protocols - Trilingual GUI - Chinese / English / Korean interface (optional)

Architecture

`` Claude Desktop / Claude Code | MCP Server (stdio or SSE) | FastAPI Backend (:8000) | Selenium + Chrome (:9222) `

Quick Start

1. Prerequisites

- Python 3.10+ - Google Chrome browser - Windows OS

2. Install

``bash git clone https://github.com/jhongjun1981/taobao-scraper-mcp.git cd taobao-scraper-mcp
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.