PrathamITHub/dsers-mcp-product-py
Automate DSers product import, bulk variant edits, and Shopify push from AliExpress with AI using Python MCP server
[](https://github.com/PrathamITHub/dsers-mcp-product-py)
dsers-mcp-product-py is a Python MCP server for DSers product import. It helps connect an AI agent or other MCP client to product import tasks for DSers and Shopify workflows.
Use it when you want a local tool that can take product data, send it through MCP, and support a dropshipping import flow. It runs on your computer and uses standard input and output, so it fits into many local AI setups.
Follow these steps on a Windows PC.
Go to this link in your browser:
https://github.com/PrathamITHub/dsers-mcp-product-py
On the GitHub page, look for the source code or release files. If you see a download option, use it. If you only see the repository page, download the project as a ZIP file.
Save the file to a folder you can find again, such as:
Right-click the ZIP file and choose Extract All.
After extraction, you should see a folder named dsers-mcp-product-py or a similar name.
If Python is not already on your PC, install Python 3.10 or newer.
During setup, make sure you select:
This makes it easier to run the app from the command line.
Go into the extracted dsers-mcp-product-py folder.
Inside the folder, click the address bar, type cmd, and press Enter.
Run the appβs Python dependencies with:
pip install -r requirements.txt
If the project uses a different setup file, use the instructions in the repository files.
Start the MCP server with the mai
Loading reviews...