dingjie-erp-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., "@dingjie-erp-mcpshow me the last 5 purchase receipts"
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.
鼎捷 ERP MCP Server
鼎捷 ERP E10 MCP Server,让 AI 助手(Claude Desktop、Claude Code、Cursor、Cline、OpenClaw 等任意支持 MCP 协议的客户端)通过自然语言查询和操作鼎捷 ERP 系统。
功能特性
20 个 MCP 工具:覆盖采购入库、销货出库、物料查询等核心操作
通用接口设计:统一的 CRUD + 审核操作模式
只读/读写模式:可限制 AI 只能查询,防止误操作
自动会话恢复:长时间运行时自动处理会话超时
多传输协议:支持 stdio(本地)、SSE、streamable-http(远程共享)
字段元数据:内置表单元数据查询,帮助 AI 正确构造参数
Related MCP server: MCP Server for Odoo
快速开始
方式一:uvx 直接运行(推荐)
# 设置环境变量
export DINGJIE_SERVER_URL=https://erp.company.com/
export DINGJIE_APP_ID=your_app_id
export DINGJIE_APP_SECRET=your_app_secret
# 启动 MCP Server
uvx dingjie-erp-mcp方式二:从源码运行
git clone https://github.com/user/dingjie-erp-mcp.git
cd dingjie-erp-mcp
uv sync
uv run dingjie-erp-mcp配置
复制环境变量模板并填写:
cp .env.example .env环境变量 | 说明 | 示例 |
| 鼎捷 ERP 服务器地址 |
|
| 应用 ID |
|
| 应用密钥 |
|
| 账套 ID(可选) |
|
| 用户名(可选) |
|
| 密码(可选) |
|
| 请求超时(秒) |
|
| 是否验证 SSL |
|
| 语言 |
|
| 模式 (readonly/readwrite) |
|
客户端配置
Claude Desktop
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json(macOS):
{
"mcpServers": {
"dingjie-erp": {
"command": "uvx",
"args": ["dingjie-erp-mcp"],
"env": {
"DINGJIE_SERVER_URL": "https://erp.company.com/",
"DINGJIE_APP_ID": "your_app_id",
"DINGJIE_APP_SECRET": "your_app_secret"
}
}
}
}Claude Code
在项目目录下创建 .mcp.json:
{
"mcpServers": {
"dingjie-erp": {
"command": "uvx",
"args": ["dingjie-erp-mcp"],
"env": {
"DINGJIE_SERVER_URL": "https://erp.company.com/",
"DINGJIE_APP_ID": "your_app_id",
"DINGJIE_APP_SECRET": "your_app_secret"
}
}
}
}SSE 模式(远程共享)
DINGJIE_SERVER_URL=... \
DINGJIE_APP_ID=... \
DINGJIE_APP_SECRET=... \
MCP_API_KEY=your-mcp-key \
uvx dingjie-erp-mcp --transport sse --port 8080可用工具
采购入库(7 个)
工具 | 说明 |
| 查询采购入库单列表 |
| 查看采购入库单详情 |
| 创建采购入库单 |
| 审核采购入库单 |
| 撤销审核采购入库单 |
| 删除采购入库单 |
| 作废采购入库单 |
销货出库(7 个)
工具 | 说明 |
| 查询销货出库单列表 |
| 查看销货出库单详情 |
| 创建销货出库单 |
| 审核销货出库单 |
| 撤销审核销货出库单 |
| 删除销货出库单 |
| 作废销货出库单 |
物料(2 个)
工具 | 说明 |
| 查询物料列表 |
| 查看物料详情 |
通用(2 个)
工具 | 说明 |
| 检查 ERP 连接状态 |
| 查询表单元数据 |
只读模式
通过 --mode readonly 或 MCP_MODE=readonly 限制服务器只暴露查询工具:
"args": ["dingjie-erp-mcp", "--mode", "readonly"]开发
git clone https://github.com/user/dingjie-erp-mcp.git
cd dingjie-erp-mcp
uv sync --dev
# 运行测试
uv run pytest
# 代码检查
uv run ruff check .
uv run mypy src架构
详见 ARCHITECTURE.md 和 DEVELOPMENT_PLAN.md。
许可证
MIT License
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/bluewms/dingjie-erp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server