Skip to main content
Glama
kknocookie

kingdee-mcp

by kknocookie

kingdee-mcp-ierp

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

功能

  • 查询销售订单

  • 查询生产工单

  • 查询 SO-MO 关联关系

  • 查询交付风险

  • 查询物料短缺

  • 导出 SO-MO Excel 报表

Related MCP server: kingdee-k3cloud-mcp

环境变量

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

$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"
      }
    }
  }
}
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kknocookie/kingdee-mcp_ierp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server