Loading MCP server directory, please wait...
MCP server for Shopee — LatAm marketplace Partner API v2 (orders, products, shipping, returns)
npx @getmcp/cli add io.github.codespar/mcp-shopeeRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOPEE_PARTNER_IDShopee Open Platform partner_id (integer) assigned when the app is registered.
SHOPEE_PARTNER_KEYShopee partner_key used as the secret for HMAC-SHA256 request signing.
SHOPEE_ACCESS_TOKENMerchant access_token obtained via the shop authorization OAuth flow (expires every 4 hours; refresh via refresh_token).
SHOPEE_SHOP_IDShop identifier (integer) returned after merchant authorization.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-shopee": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-shopee"
],
"env": {
"SHOPEE_PARTNER_ID": "",
"SHOPEE_PARTNER_KEY": "",
"SHOPEE_ACCESS_TOKEN": "",
"SHOPEE_SHOP_ID": "",
"SHOPEE_ENV": ""
}
}
}
}