Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Kingdee

FreeNot checked

MCP server for querying Kingdee Cloud K/3 data including sales orders, manufacturing orders, and material shortages.

GitHubEmbed

About

MCP server for querying Kingdee Cloud K/3 data including sales orders, manufacturing orders, and material shortages.

README

一个用于查询 Kingdee-ierp(金蝶云苍穹) 的 MCP 服务,基于 uvx 打包。

功能

  • 查询销售订单
  • 查询生产工单
  • 查询 SO-MO 关联关系
  • 查询交付风险
  • 查询物料短缺
  • 导出 SO-MO Excel 报表

环境变量

在启动服务之前,请先设置以下环境变量:

$env:KINGDEE_BASE_URL = "https://your-host/ierp/kapi"
$env:KINGDEE_CLIENT_ID = "your-client-id"
$env:KINGDEE_CLIENT_SECRET = "your-client-secret"
$env:KINGDEE_USERNAME = "your-username"
$env:KINGDEE_ACCOUNT_ID = "your-account-id"
$env:KINGDEE_LANGUAGE = "zh_CN"

必填变量:

  • KINGDEE_BASE_URL
  • KINGDEE_CLIENT_ID
  • KINGDEE_CLIENT_SECRET
  • KINGDEE_USERNAME
  • KINGDEE_ACCOUNT_ID

第一步

1.第三方应用——新增 2.获取CLIENT_ID,CLIENT_SECRET,ACCOUNT_ID

第二步

pip install kingdee-mcp-ierp

第三步

设置配置

Trae MCP 配置

你也可以直接复制 .mcp.json.example,然后填入你自己的配置值。

{
  "mcpServers": {
    "kingdee": {
      "command": "uvx",
      "args": ["kingdee-mcp-ierp"],
      "env": {
        "KINGDEE_BASE_URL": "https://your-host/ierp/kapi",
        "KINGDEE_CLIENT_ID": "your-client-id",
        "KINGDEE_CLIENT_SECRET": "your-client-secret",
        "KINGDEE_USERNAME": "your-username",
        "KINGDEE_ACCOUNT_ID": "your-account-id",
        "KINGDEE_LANGUAGE": "zh_CN"
      }
    }
  }
}

from github.com/kknocookie/kingdee-mcp_ierp

Install Kingdee in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install kingdee-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add kingdee-mcp -- uvx kingdee-mcp-ierp

FAQ

Is Kingdee MCP free?

Yes, Kingdee MCP is free — one-click install via Unyly at no cost.

Does Kingdee need an API key?

No, Kingdee runs without API keys or environment variables.

Is Kingdee hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Kingdee in Claude Desktop, Claude Code or Cursor?

Open Kingdee on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Kingdee with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs