mcpbeat Sign in

MCP Cn Commerce MCP Server

by tonywang-hub Your server? Claim it
local only

MCP Cn Commerce runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from pypi. Last commit 14 Sep 2026.

Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads

Installs per day peak 51 · avg 30 · -14% w/w
a month agotoday
161
Installs / week
pypi · mcp-cn-commerce
55
Stars
7 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands [пакет] shared/cli.py:251, [пакет] shared/cli.py:185, shared/cli.py:226
        result = subprocess.run(cmd, env=env, cwd=str(_REPO_ROOT))
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command [пакет] shared/cli.py:251, shared/cli.py:226
        result = subprocess.run(cmd, env=env, cwd=str(_REPO_ROOT))
Executes code built at runtime [пакет] shared/cli.py:185
            __import__(info["module"])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch MCP Cn Commerce and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-cn-commerce -- uvx mcp-cn-commerce
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-cn-commerce": {
      "args": [
        "mcp-cn-commerce"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-cn-commerce]
command = "uvx"
args = ["mcp-cn-commerce"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-cn-commerce": {
      "args": [
        "mcp-cn-commerce"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-cn-commerce": {
      "args": [
        "mcp-cn-commerce"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OCEANENGINE_APP_KEY (Ocean Engine open platform App Key (only needed for the oceanengine server)), OCEANENGINE_APP_SECRET (Ocean Engine open platform App Secret), OCEANENGINE_ACCESS_TOKEN (Ocean Engine OAuth access token), DOUDIAN_APP_KEY (Douyin Shop App Key (only needed for the doudian server)), DOUDIAN_APP_SECRET (Douyin Shop App Secret), DOUDIAN_SHOP_ID (Douyin Shop ID), DOUDIAN_ACCESS_TOKEN (Douyin Shop OAuth access token), JD_APP_KEY (JD open platform App Key (only needed for the jd server)), JD_APP_SECRET (JD open platform App Secret), JD_ACCESS_TOKEN (JD OAuth access token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Cn Commerce

same job, measured the same way
Woocommerce MCP
by wppoland

Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.

46 installs/wk local only
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
zobrx
by zobrx

Read-only zobrx e-commerce data: P&L, orders, inventory, marketplace, tax & shelf insights.

58 tools answering
Nuvemshop
by mcp-dir

Nuvemshop (Tiendanube) e-commerce platform, your store's products, orders, customers, categories and

24 tools answering
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

26 installs/wk local only
A1 Yandex KIT MCP
by gistrec

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

91 installs/wk local only
MCP Gera Market
by geraservicesuk

E-commerce marketplace: search products, order, track shipments. 50+ countries.

24 installs/wk local only
Kalicart Global
by giuseppesocci-bot

Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

5 tools answering

MCP Cn Commerce — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Cn Commerce?
MCP Cn Commerce runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-cn-commerce was installed 161 times last week.
How do I connect MCP Cn Commerce?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-cn-commerce straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Cn Commerce?
The pypi package mcp-cn-commerce was installed 161 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Cn Commerce open source?
Yes — it is published under the MIT licence, written in Python, 55 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.