mcp-shopee
About
MCP server for Shopee — LatAm marketplace Partner API v2 (orders, products, shipping, returns)
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SHOPEE_PARTNER_ID SHOPEE_PARTNER_KEY SHOPEE_ACCESS_TOKEN SHOPEE_SHOP_ID SHOPEE_ENVClaude Code
claude mcp add --env SHOPEE_PARTNER_ID= --env SHOPEE_PARTNER_KEY= --env SHOPEE_ACCESS_TOKEN= --env SHOPEE_SHOP_ID= --env SHOPEE_ENV= mcp-shopee -- npx @codespar/mcp-shopee
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-shopee","command":"npx","args":["@codespar/mcp-shopee"],"env":{"SHOPEE_PARTNER_ID":"","SHOPEE_PARTNER_KEY":"","SHOPEE_ACCESS_TOKEN":"","SHOPEE_SHOP_ID":"","SHOPEE_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-shopee": {
"command": "npx",
"args": [
"@codespar/mcp-shopee"
],
"env": {
"SHOPEE_PARTNER_ID": "",
"SHOPEE_PARTNER_KEY": "",
"SHOPEE_ACCESS_TOKEN": "",
"SHOPEE_SHOP_ID": "",
"SHOPEE_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.