mcp-dingding-bot
MCP 딩딩 봇
DingDing Bot API를 위한 MCP 서버로, DingDing/Dingtalk 메시지 알림 및 상호작용을 지원합니다.
특징
메시지 알림 : 다양한 유형의 딩딩 메시지(텍스트/마크다운)를 전송합니다.
Related MCP server: dingtalk-mcp
도구
send_text_message딩딩 그룹에 일반 텍스트 메시지 보내기
입력:
text(문자열): 텍스트 콘텐츠atAll(선택적 부울): 모든 멤버에게 @를 적용할지 여부
send_markdown_messagedingding 그룹에 마크다운 형식의 메시지 보내기
입력:
title(문자열): 메시지 제목text(문자열): 마크다운 콘텐츠atAll(선택적 부울): 모든 멤버에게 @를 적용할지 여부
설정
딩딩 봇 토큰
DingDing 그룹 채팅 봇 만들기:
그룹 설정 > 그룹 봇 관리로 이동하세요.
사용자 정의 봇 만들기
웹훅 URL과 비밀번호를 저장합니다.
Claude Desktop과 함께 사용
claude_desktop_config.json 에 다음을 추가하세요.
도커
지엑스피1
엔피엑스
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": [
"-y",
"mcp-dingding-bot"
],
"env": {
"DINGTALK_BOT_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>",
"DINGTALK_BOT_SECRET": "<YOUR_SECRET>" // Optional, for robots with signature verification enabled
}
}
}
}짓다
Docker 빌드:
docker build -t shawyeok/mcp-dingding-bot .환경 변수
DINGTALK_BOT_ACCESS_TOKEN: dingding 그룹 로봇 액세스 토큰(필수)DINGTALK_BOT_SECRET: 딩딩 그룹 로봇 서명 비밀번호(선택 사항)
참고문헌
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 약관에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
Maintenance
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
- AlicenseNot gradedqualityCmaintenancedingding webhook mcp server24GPL 3.0
- AlicenseBqualityCmaintenanceMCP Server for notify to telegram / weixin2129MIT
- AlicenseNot gradedqualityCmaintenanceA MCP server that exposes QQ bot capabilities over Streamable HTTP, enabling clients to query bot status, read group and friend info, fetch chat history, and send group/private text messages.2MIT
Related MCP Connectors
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Shawyeok/mcp-dingding-bot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server