dsers-mcp-server
OfficialEnables importing products from AliExpress to your dropshipping store.
Allows pushing DSers drafts to Shopify stores, managing products, and applying pricing and variant rules.
Allows pushing DSers drafts to Wix stores, managing products, and applying pricing and variant rules.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dsers-mcp-serversearch for trending fitness trackers under $30"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpRelated MCP server: DSers MCP Product
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 dsersCursor
Open:
Settings → Tools & Integrations → MCP Tools → Add / ConnectUse this server URL:
https://mcp.dsers.com/dropshipping/mcpCursor should start the OAuth flow automatically.
Codex CLI
After adding the MCP server, run:
codex mcp login dsersIf the client asks for the server URL, use:
https://mcp.dsers.com/dropshipping/mcpChatGPT App
Use the remote endpoint in ChatGPT Developer Mode or the Apps dashboard:
https://mcp.dsers.com/dropshipping/mcpThe 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
server.json- MCP registry metadata for the hosted remote servermanifest.json- public app metadata, tool list, prompts, and privacy URLchatgpt-app-submission.json- ChatGPT App review helper with tool hints and test prompts
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/issuesFor vulnerabilities, tokens, or account-specific data, contact:
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceThe official MCP server for Semantic Pen - an advanced AI article generator and SEO content writer. Create, manage, and optimize SEO-friendly articles directly from Claude Code and Cursor Windsurf with powerful AI automation.Last updated582MIT
- Alicense-qualityDmaintenanceAn MCP server that automates importing products from AliExpress, Alibaba, and Accio into DSers and pushing them to Shopify or Wix stores, with features like bulk import, pricing rules, and title cleanup.Last updated1551MIT
- AlicenseAqualityAmaintenanceOfficial MCP server for Shipmail, enabling agents to manage domains, mailboxes, messages, threads, webhooks, and suppressions via natural language.Last updated1001,4621MIT

zuckpay-mcpofficial
AlicenseAqualityAmaintenanceOfficial MCP server for ZuckPay – create PIX, SPEI, and PayPal charges, and query transactions from your AI assistant.Last updated20187MIT
Related MCP Connectors
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
Official MCP server for Lovable, the AI-powered full-stack app builder.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsers/dsers-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server