Skip to content
Zed

mcp shopee for Zed

io.github.codespar/mcp-shopee

MCP server for Shopee — LatAm marketplace Partner API v2 (orders, products, shipping, returns)

client:Zed transport:stdio runtime:npm

Install mcp shopee in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-shopee": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-shopee"
      ],
      "env": {
        "SHOPEE_PARTNER_ID": "<SHOPEE_PARTNER_ID>",
        "SHOPEE_PARTNER_KEY": "<SHOPEE_PARTNER_KEY>",
        "SHOPEE_ACCESS_TOKEN": "<SHOPEE_ACCESS_TOKEN>",
        "SHOPEE_SHOP_ID": "<SHOPEE_SHOP_ID>",
        "SHOPEE_ENV": "<SHOPEE_ENV>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp shopee in other clients