AI-powered dropshipping automation: import products from AliExpress, Alibaba, and Accio.com to Shopify & Wix via DSers. 9 tools + 4 prompts for bulk import, pricing rules, SEO optimization, safety checks, and multi-store push. Zero-password login — your credentials never pass through this tool.
Overview
Features
- One-click Import — Paste a product link from AliExpress, Alibaba, or Accio.com, AI imports it automatically
- Pricing Rules — Markup multiplier (e.g. 2.5x), fixed markup (+$5), compare-at / sale prices
- Batch Import — Import multiple products at once with a list of URLs
- Multi-Store Push — Push to all your Shopify & Wix stores in one go
- Pre-Push Safety Checks — Blocks below-cost pricing, zero price, zero stock
- Pricing Rule Conflict Detection — Prevents MCP rules from clashing with DSers store-level rules
- SEO Optimization — AI rewrites title and description before pushing
- Zero-Password Login — Browser-based login, credentials never touch this tool
Nine Tools
| # | Tool | Description |
|---|---|---|
| 1 | dsers_store_discover | See connected stores, shipping methods, pricing rules |
| 2 | dsers_rules_validate | Test pricing/title rules before applying |
| 3 | dsers_product_import | Import from AliExpress/Alibaba/Accio URL with optional rules |
| 4 | dsers_product_preview | Review imported product — title, price, variants, stock |
| 5 | dsers_product_update_rules | Edit rules on already-imported product (incremental merge) |
| 6 | dsers_product_visibility | Toggle draft / published visibility |
| 7 | dsers_store_push | Push to Shopify/Wix — single, bulk, or all stores |
| 8 | dsers_job_status | Check if push finished and succeeded |
| 9 | dsers_product_delete | Delete product from import list (irreversible) |
Four Prompts
| Prompt | Description |
|---|---|
| dsers_workflow_quick-import | Import single product, push as draft |
| dsers_workflow_bulk-import | Batch import with pricing multiplier |
| dsers_workflow_multi-push | Push one product to all stores |
| dsers_workflow_seo-optimize | Import, AI-rewrite for SEO, then push |
Quick Start
- Login (one time):
npx @lofder/dsers-mcp-product login - Add to MCP client config (no credentials needed)
- Tell your AI: "Import this product and push to my store: [URL]"
Links
- npm → npmjs.com/package/@lofder/dsers-mcp-product
- MCP Registry → registry.modelcontextprotocol.io/servers/io.github.lofder/dsers-mcp-product
- Smithery → smithery.ai/server/@dsersx/product-mcp
- Glama → glama.ai/mcp/servers/lofder/dsers-mcp-product
- GitHub → github.com/lofder/dsers-mcp-product
Server Config
{
"mcpServers": {
"dsers-mcp-product": {
"command": "npx",
"args": [
"-y",
"@lofder/dsers-mcp-product"
]
}
}
}