gotoolkits/wecombot
About
Integrates WeCom group messaging, enabling automated sending of diverse message types and file uploads for streamlined team communication and notifications.
Details
- Author
- gotoolkits
- GitHub stars
- 38
- Downloads
- 360
- Categories
- Other, Communication, Automation, Community, Productivity, Developer Tools, Design, Workplace, File Management, AI, Media, Frontend
- Tags
- #mobile
Jump to
- Send text messages to a WeCom group
- Send Markdown formatted messages
- Send image messages via URL
- Send news (graphic) messages with title, description, URL, and image
- Send template card messages
- Upload files to WeCom
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
gotoolkits/wecombotCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
- send_text
Send a text message to WeCom group
- send_markdown
Send a markdown message to WeCom group
- send_image
Send an image message to WeCom group
- send_news
Send a news message to WeCom group,a news include title,description,url,picurl
- send_template_card
Send a template card message to WeCom group
- upload_file
Upload a file to WeCom
To install mcp-wecombot-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @gotoolkits/mcp-wecombot-server --client claude-desktop
```sh
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"gotoolkits/wecombot": {
"mcp-wecombot-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gotoolkits/mcp-wecombot-server",
"--client",
"claude-desktop"
]
}
}
}
}
McpServers
{
"mcp-wecombot-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gotoolkits/mcp-wecombot-server",
"--client",
"claude-desktop"
]
}
}
An MCP server application that sends various types of messages to the WeCom group robot.
To install mcp-wecombot-server for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @gotoolkits/mcp-wecombot-server --client claude-desktop
# clone the repo and build $ git clone https://github.com/gotoolkits/mcp-wecombot-server.git $ cd mcp-wecombot-server && make build $ sudo ln -s $PWD/dist/mcp-wecombot-server_xxx_xxxx /usr/local/bin/mcp-wecombot-server # "$PWD/dist/mcp-wecombot-server_xxx_xxxx" replace with the actual binary file name #You can also download and use the pre-compiled release binary package.
{ "mcpServers": { "mcp-wecombot-server": { "command": "mcp-wecombot-server", "env": { "WECOM_BOT_WEBHOOK_KEY": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx" } } } }
Send a news message to WeCom group,a news include title,description,url,picurl
Send a template card message to WeCom group
> prompt: 给我在WeCom发送一条文本消息,消息内容为:这是一条测试消息 > prompt: 给我在WeCom发送一条markdown消息,消息内容为:# 这是一条测试 Markdown 消息 > prompt: 给我在WeCom发送一条图文消息,图文标题为:这是一条图文消息,图文描述为:这是一条图文消息,图文链接为:https://github.com/gotoolkits,图文图片为:https://img-blog.csdnimg.cn/fcc22710385e4edabccf2451d5f64a99.jpeg > Send me a text message on WeCom with the content: This is a test message. > Send me a Markdown message on WeCom with the content: # This is a test Markdown message > Send me a graphic message on WeCom with the title: This is a graphic message, the description: This is a graphic message, the link: https://github.com/gotoolkits, and the image: https://img-blog.csdnimg.cn/fcc22710385e4edabccf2451d5f64a99.jpeg
WeCom group robot configuration guide can be referred to:https://developer.work.weixin.qq.com/document/path/91770
WECOM_BOT_WEBHOOK_KEY is the robot webhook key
For example:https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa
“693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa” is your own WECOM_BOT_WEBHOOK_KEY
Send various types of messages, including text, markdown, images, and files, to a DingDing group robot.
Enables AI assistants to send notifications and request user input through Discord.
Send and manage message notifications and interactions with DingTalk / DingDing.
A lightweight notification service that sends webhooks for completed MCP tasks to providers like Discord, Slack, and Teams.
A server for sending multi-platform notifications and creating interactive AI workflows, with support for Telegram, webhooks, and synchronous user interactions.
Manage oVice workspaces, groups, users, and send notifications through the oVice API.
Enables AI assistants to send messages to Enterprise WeChat (Qiye Wechat) groups via webhooks.
Post messages to Slack channels using incoming webhooks.
Manage notification workflows, users, preferences, and tenant branding via natural language. Trigger email, SMS, push, WhatsApp, Slack, and in-app notifications from Cursor, Claude Desktop, or Windsurf using 24 tools.
An MCP server for sending messages to WeCom (WeChat Work) bots.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


