kingdee-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kingdee-mcpShow me all sales orders created this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_URLKINGDEE_CLIENT_IDKINGDEE_CLIENT_SECRETKINGDEE_USERNAMEKINGDEE_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"
}
}
}
}This server cannot be installed
Maintenance
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