AI Agent Hub
Back to skills
Kingdee Cloud Star MCP Connector icon

Kingdee Cloud Star MCP Connector

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_4643e8be/kingdee-mcp-connector.

About this skill

Problem

When engineers want an AI agent to query, create, or audit Kingdee Cloud Star ERP documents, they usually have to wrap the WebAPI themselves and maintain authentication parameters and document form_id mappings. This skill connects a community-built kingdee-mcp MCP server to WorkBuddy, so natural language requests can be routed to Kingdee tool calls.

How It Works

The core workflow is:
- Prerequisite check: prefer uv when available; otherwise use the installed kingdee-mcp module entry.
- Collect parameters: required KINGDEE_SERVER_URL with /k3cloud/, KINGDEE_ACCT_ID, KINGDEE_USERNAME, and KINGDEE_PASSWORD; login uses account/password ValidateUser, without AppID/AppSecret.
- Write configuration: the script merges the kingdee server into ~/.workbuddy/mcp.json, preserving existing MCP entries.
- Verify: after trusting and enabling it in WorkBuddy, test with a request such as “query audited purchase orders”.

Boundaries

This skill is third-party open source and not an official Kingdee product. Use a dedicated integration account with module-level permissions, avoid Administrator, keep credentials local, and do not commit them to public repositories. Consult references/kingdee_reference.md for supported tools, document types, and FAQ.

Use Cases

  • Procurement staff ask WorkBuddy to list audited purchase orders, and the skill calls Kingdee WebAPI to return records.
  • Document reviewers ask WorkBuddy to audit inbound notes, and the skill triggers Kingdee tools to execute and report results.
  • Integration engineers configure the Kingdee Cloud Star MCP connector with server URL, account, and dedicated credentials, then verify queries.
  • Developers troubleshoot by checking whether the URL includes /k3cloud/, account permissions, and credentials to locate auth or timeout issues.

Best For

  • Kingdee Cloud Star implementation engineers: connect ERP document queries to WorkBuddy and reduce manual WebAPI wrapping.
  • Procurement or sales operations: query orders, create documents, or run audits using natural language.
  • AI agent engineers: extend WorkBuddy with MCP-based calls to Kingdee WebAPI.
  • Enterprise integration owners: configure dedicated accounts, module permissions, and local MCP credentials.