A Node.js implementation of the Model Context Protocol (MCP) for DingTalk AI services.
- Create assistant threads
- Send messages to threads
- Get access tokens
- Create assistant runs
- Various other DingTalk API integrations
# Clone the repository
git clone https://github.com/plutocheung/dingtalk-ai-server.git
# Navigate to the project directory
cd dingtalk-ai-server
# Install dependencies
npm install# Start the server
npm start- @modelcontextprotocol/sdk
- axios
- crypto-js
- dotenv
- node-fetch
- zod
ISC