{
  "markdown": "# DSers Official MCP Server\n\nOfficial DSers MCP Server for AI-powered dropshipping automation.\n\nThis is the official DSers MCP Server, listed on the Official MCP Registry as `io.github.dsers/dsers-mcp-server`.\n\nThe 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.\n\nThis 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.\n\n## Remote MCP Endpoint\n\n```text\nhttps://ai.dsers.com/mcp\n```\n\n## Transport\n\nRemote HTTP / Streamable HTTP.\n\nThis server does not provide a local stdio server.\n\n## Authentication\n\nDSers MCP uses OAuth 2.1 + PKCE.\n\nDo **not** configure API keys.  \nDo **not** manually add an `Authorization` header.  \nDo **not** paste DSers backend API keys, store tokens, or browser cookies into an MCP client.\n\nOn 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.\n\nFor details, see [Authentication](docs/auth.md).\n\n## Requirements\n\nYou need:\n\n- A DSers account\n- At least one Shopify or Wix store connected in DSers\n- An MCP client that supports remote HTTP MCP and OAuth 2.1 + PKCE\n\nVerified clients (tested end to end): ChatGPT Developer Mode, Claude Desktop, Cursor, Claude Code, Codex CLI, OpenClaw.\n\nExpected to work (any MCP client with remote HTTP + OAuth 2.1 + PKCE support): VS Code, Cline, Windsurf, Zed, Continue.\n\n## What You Can Do\n\n- Import products from AliExpress, Alibaba, 1688, Accio, or supported supplier sources\n- Apply pricing, title, description, image, and variant rules\n- Preview DSers drafts before pushing to Shopify or Wix\n- Search the DSers product pool\n- Browse DSers import-list drafts and already pushed products\n- Replace suppliers on existing store products with SKU-level matching\n\n## Quick Start\n\n### Claude Desktop\n\nAdd this to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"dsers\": {\n      \"type\": \"http\",\n      \"url\": \"https://ai.dsers.com/mcp\"\n    }\n  }\n}\n```\n\nRestart Claude Desktop. On first tool use, the client starts OAuth and opens the DSers login page.\n\n### Claude Code\n\n```bash\nclaude mcp add dsers https://ai.dsers.com/mcp --transport http\nclaude mcp login dsers\n```\n\n### Cursor\n\nOpen:\n\n```text\nSettings → Tools & Integrations → MCP Tools → Add / Connect\n```\n\nUse this server URL:\n\n```text\nhttps://ai.dsers.com/mcp\n```\n\nCursor should start the OAuth flow automatically.\n\n### Codex CLI\n\nAfter adding the MCP server, run:\n\n```bash\ncodex mcp login dsers\n```\n\nIf the client asks for the server URL, use:\n\n```text\nhttps://ai.dsers.com/mcp\n```\n\n### ChatGPT App\n\nUse the remote endpoint in ChatGPT Developer Mode or the Apps dashboard:\n\n```text\nhttps://ai.dsers.com/mcp\n```\n\nThe current ChatGPT submission target is data-only: DSers exposes normal MCP tools and does not require an iframe widget. See [ChatGPT App submission notes](docs/chatgpt-app-submission.md).\n\n### OpenClaw\n\n```bash\nopenclaw mcp set dsers '{\"url\":\"https://ai.dsers.com/mcp\",\"transport\":\"streamable-http\"}'\n```\n\nTransport and authorization support may vary by OpenClaw deployment. Follow the connection guide for your current environment.\n\n## Documentation\n\n- [Authentication](docs/auth.md)\n- [Tools](docs/tools.md)\n- [Privacy and Security](docs/privacy.md)\n- [ChatGPT App submission notes](docs/chatgpt-app-submission.md)\n- [ChatGPT App E2E playbook](docs/chatgpt-app-e2e-playbook.md)\n- [Hosted deployment notes](docs/deployment.md)\n- [Examples](docs/examples.md)\n- [中文说明](README.zh-CN.md)\n\n## Example MCP Client Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"dsers\": {\n      \"type\": \"http\",\n      \"url\": \"https://ai.dsers.com/mcp\"\n    }\n  }\n}\n```\n\nA minimal example is also available at [`examples/remote-mcp.json`](examples/remote-mcp.json).\n\n## Registry and Review Files\n\n- [`server.json`](server.json) - MCP registry metadata for the hosted remote server\n- [`manifest.json`](manifest.json) - public app metadata, tool list, prompts, and privacy URL\n- [`chatgpt-app-submission.json`](chatgpt-app-submission.json) - ChatGPT App review helper with tool hints and test prompts\n\n## License\n\nThis public documentation and metadata repository is licensed under the [Apache License 2.0](LICENSE).\n\n## Support\n\nFor non-sensitive documentation, connection, client compatibility, or usage questions, open a GitHub issue:\n\n```text\nhttps://github.com/dsers/dsers-mcp-server/issues\n```\n\nFor vulnerabilities, tokens, or account-specific data, contact:\n\nzhaohaoduo@dsers.com\n",
  "bytes": 4831,
  "sha": "16909f5c4dd28489a6dc1934cbefc79f5c7e3b7c2158a40bc81633f981b52b79",
  "repo_slug": "dsers/dsers-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_dsers_dsers_mcp_server_9cb8ea78/readme"
}