Skip to main content
Glama
kknocookie

kingdee-mcp

by kknocookie

kingdee-mcp

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

功能

  • 查询销售订单

  • 查询生产工单

  • 查询 SO-MO 关联关系

  • 查询交付风险

  • 查询物料短缺

  • 导出 SO-MO Excel 报表

Related MCP server: Business Central MCP Workshop Server

环境变量

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

$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"
      }
    }
  }
}
Install Server
F
license - not found
B
quality
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.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Kingdee K3Cloud ERP that enables AI assistants to query and operate ERP data via natural language through the Model Context Protocol.
    15
    54
    Apache 2.0
  • F
    license
    -
    quality
    D
    maintenance
    MCP server that integrates with Microsoft Dynamics 365 Business Central, enabling querying of customers, items, and sales orders through natural language commands in Claude Desktop.
    10
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for SAP S/4HANA via the ADT API, enabling querying and reading SAP systems with production write protection.
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    MCP server that enables Claude to query inventory and contact information from the 이카운트 ERP system for specified companies.

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.

  • MCP server for Klever blockchain smart contract development.

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

View all MCP Connectors

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