Skip to content
Cline

mcp shopee for Cline

io.github.codespar/mcp-shopee

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

client:Cline transport:stdio runtime:npm

Install mcp shopee in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp shopee in other clients