Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Official DSers MCP for dropshipping: import, edit, price, and publish products to Shopify and Wix.

README.md

DSers Official MCP Server

Official DSers MCP Server for AI-powered dropshipping automation.

This is the official DSers MCP Server, listed on the Official MCP Registry as io.github.dsers/dsers-mcp-server.

The DSers Official MCP Server is a hosted remote Model Context Protocol server that allows MCP-compatible AI clients and ChatGPT Apps to work with DSers dropshipping workflows, including product search, product import, product optimization, variant editing, pricing rules, store publishing, and supplier replacement.

This repository does not contain the DSers MCP server backend source code. It provides official public documentation, connection information, examples, and registry metadata for the DSers-hosted remote MCP server.

Remote MCP Endpoint

https://mcp.dsers.com/dropshipping/mcp

Transport

Remote HTTP / Streamable HTTP.

This server does not provide a local stdio server.

Authentication

DSers MCP uses OAuth 2.1 + PKCE.

Do not configure API keys. Do not manually add an Authorization header. Do not paste DSers backend API keys, store tokens, or browser cookies into an MCP client.

On first tool use, supported MCP clients open the DSers authorization page. After the user signs in and approves access, the client can call DSers MCP tools.

For details, see Authentication.

Requirements

You need:

  • A DSers account
  • At least one Shopify or Wix store connected in DSers
  • An MCP client that supports remote HTTP MCP and OAuth 2.1 + PKCE

Verified clients (tested end to end): ChatGPT Developer Mode, Claude Desktop, Cursor, Claude Code, Codex CLI, OpenClaw.

Expected to work (any MCP client with remote HTTP + OAuth 2.1 + PKCE support): VS Code, Cline, Windsurf, Zed, Continue.

What You Can Do

  • Import products from AliExpress, Alibaba, 1688, Accio, or supported supplier sources
  • Apply pricing, title, description, image, and variant rules
  • Preview DSers drafts before pushing to Shopify or Wix
  • Search the DSers product pool
  • Browse DSers import-list drafts and already pushed products
  • Replace suppliers on existing store products with SKU-level matching

Quick Start

Claude Desktop

Add this to claude_desktop_config.json:

{
  "mcpServers": {
    "dsers": {
      "type": "http",
      "url": "https://mcp.dsers.com/dropshipping/mcp"
    }
  }
}

Restart Claude Desktop. On first tool use, the client starts OAuth and opens the DSers login page.

Claude Code

claude mcp add dsers https://mcp.dsers.com/dropshipping/mcp --transport http
claude mcp login dsers

Cursor

Open:

Settings → Tools & Integrations → MCP Tools → Add / Connect

Use this server URL:

https://mcp.dsers.com/dropshipping/mcp

Cursor should start the OAuth flow automatically.

Codex CLI

After adding the MCP server, run:

codex mcp login dsers

If the client asks for the server URL, use:

https://mcp.dsers.com/dropshipping/mcp

ChatGPT App

Use the remote endpoint in ChatGPT Developer Mode or the Apps dashboard:

https://mcp.dsers.com/dropshipping/mcp

The current ChatGPT submission target is data-only: DSers exposes normal MCP tools and does not require an iframe widget. See ChatGPT App submission notes.

OpenClaw

openclaw mcp set dsers '{"url":"https://mcp.dsers.com/dropshipping/mcp","transport":"streamable-http"}'

Transport and authorization support may vary by OpenClaw deployment. Follow the connection guide for your current environment.

Documentation

Example MCP Client Configuration

{
  "mcpServers": {
    "dsers": {
      "type": "http",
      "url": "https://mcp.dsers.com/dropshipping/mcp"
    }
  }
}

A minimal example is also available at examples/remote-mcp.json.

Registry and Review Files

License

This public documentation and metadata repository is licensed under the Apache License 2.0.

Support

For non-sensitive documentation, connection, client compatibility, or usage questions, open a GitHub issue:

https://github.com/dsers/dsers-mcp-server/issues

For vulnerabilities, tokens, or account-specific data, contact:

zhaohaoduo@dsers.com

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use E-commerce & Retail servers.