Cn Commerce MCP Server

这是什么? 为什么选择这个项目? 平台覆盖 快速开始 工具参考 架构 安全 使用示例 - 使用示例和场景 常见问题 参与贡献 路线图. It runs locally over stdio via the published package.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 36 · #2 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Cn Commerce

before you install - you'll need

Set OCEANENGINE_APP_KEY, OCEANENGINE_APP_SECRET, OCEANENGINE_ACCESS_TOKEN, DOUDIAN_APP_KEY, DOUDIAN_APP_SECRET, DOUDIAN_SHOP_ID, DOUDIAN_ACCESS_TOKEN, JD_APP_KEY, JD_APP_SECRET, JD_ACCESS_TOKEN before connecting.

Claude Code

claude mcp add tonywang-hub-mcp-cn-commerce -- uvx mcp-cn-commerce

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tonywang-hub-mcp-cn-commerce": {
      "command": "uvx",
      "args": [
        "mcp-cn-commerce"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-cn-commerce - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.TonyWang-hub is GitHub-verified and matches the repo owner

03 · What Cn Commerce can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.5 · 2026-07-12

pre-push 钩子 - - 阻止公司邮箱进入 GitHub · Pro 咨询回复手册(资格问题 + 模板 + 跟进表) · bump actions/checkout from 6 to 7 · bump mcp from 1.28.0 to 1.28.1 · bump anyio from 4.14.0 to 4.14.1 · fix stale dependabot config + dead-on-arrival…

v0.1.4 · 2026-06-10

registry manifest tweaks (description length limit) · fix MCP registry namespace casing; bump 0.1.4

v0.1.3 · 2026-06-10

oceanengine/doudian servers crashed on startup against the real MCP SDK

04 · Who maintains Cn Commerce

mcp-cn-commerce is maintained by tonywang-hub. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
e-commerce - ranked #2 of 39 actively-maintained e-commerce servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-12)
registry
io.github.TonyWang-hub/mcp-cn-commerce (active, first published 2026-06-10 · 2 versions)
packages
pypi:mcp-cn-commerce

06 · Cn Commerce FAQ

What is Cn Commerce?

这是什么? 为什么选择这个项目? 平台覆盖 快速开始 工具参考 架构 安全 使用示例 - 使用示例和场景 常见问题 参与贡献 路线图. It runs locally over stdio via the published package.

Is Cn Commerce still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Cn Commerce?

Run `uvx mcp-cn-commerce`. The README documents 10 environment variables (OCEANENGINE_APP_KEY, OCEANENGINE_APP_SECRET, OCEANENGINE_ACCESS_TOKEN…) to set first. Set OCEANENGINE_APP_KEY, OCEANENGINE_APP_SECRET, OCEANENGINE_ACCESS_TOKEN, DOUDIAN_APP_KEY, DOUDIAN_APP_SECRET, DOUDIAN_SHOP_ID, DOUDIAN_ACCESS_TOKEN, JD_APP_KEY, JD_APP_SECRET, JD_ACCESS_TOKEN before connecting. You can also paste the ready-made client config above.

Does Cn Commerce run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cn Commerce