Official DSers MCP for dropshipping: import, edit, price, and publish products to Shopify and Wix.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dsers": {
"url": "https://mcp.dsers.com/dropshipping/mcp",
"type": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Official DSers MCP Server for AI-powered dropshipping automation.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
This is the reference implementation for the mcp server
Amazon catalog auditing tool. 13 quality checks for your listings.
A command line tool for setting up commercetools MCP server
BuyWhere MCP server — product catalog for Claude Desktop, Cursor, and MCP agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.dsers/dsers-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
https://mcp.dsers.com/dropshipping/mcp
Remote HTTP / Streamable HTTP.
This server does not provide a local stdio server.
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.
You need:
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.
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 mcp add dsers https://mcp.dsers.com/dropshipping/mcp --transport http
claude mcp login dsers
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.
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
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 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.
... [View full README on GitHub](https://github.com/dsers/dsers-mcp-server#readme)