aliexpress-mcp-server

justinritchie/aliexpress-mcp-server
★ 2 stars Python 🔍 Search Updated 1d ago
Read-only AliExpress MCP server — search, product details, shipping estimates. Uses signed MTOP API calls (mtop.js replication) with cookies from mcp-auth-bridge.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aliexpress-mcp-serve": {
      "command": "uvx",
      "args": [
        "aliexpress-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aliexpress-mcp-server