summer88123/hecom-opensdk-mcp
3.2
If you are the rightful owner of hecom-opensdk-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
红圈CRM+ OpenApi MCP Server is a server implementation for managing CRM operations using the Model Context Protocol (MCP).
红圈CRM+ OpenApi MCP Server
快速开始
- clone项目
git clone https://github.com/summer88123/hecom-opensdk-mcp.git
- 安装依赖
npm install
- 构建项目
npm run build
- 配置MCP Client
注意:不同的 MCP Client 外层结构可能不同
{
"servers": {
"hecom": {
"command": "node",
"args": [
"yourlocalpath/hecom-opensdk-mcp/dist/index.js"
],
"env": {
"HECOM_CLIENT_ID":"连接器参数",
"HECOM_CLIENT_SECRET":"连接器参数",
"HECOM_USERNAME":"手机号",
"HECOM_HOST":"地址,默认https://tc.cloud.hecom.cn/"
}
}
}
}