mcp-wecombot-server logo

mcp-wecombot-server

by gotoolkits

An MCP server application that sends various types of messages to the WeCom group robot. It allows you to send text, markdown, image, news, and template card messages, as well as upload files to WeCom.

View on GitHub

Last updated: N/A

What is mcp-wecombot-server?

mcp-wecombot-server is an MCP server application designed to facilitate communication with WeCom (formerly WeChat Work) group robots. It provides a simple interface for sending various types of messages to a WeCom group, enabling automated notifications and interactions.

How to use mcp-wecombot-server?

  1. Install the server using Smithery or manually by cloning the repository, building the binary, and linking it to /usr/local/bin. 2. Configure the server with your WeCom bot's webhook key in the mcpServers configuration. 3. Use the provided commands (send_text, send_markdown, send_image, send_news, send_template_card, upload_file) with appropriate prompts to send messages to your WeCom group.

Key features of mcp-wecombot-server

  • Send text messages

  • Send markdown messages

  • Send image messages

  • Send news messages (title, description, URL, pic URL)

  • Send template card messages

  • Upload files

Use cases of mcp-wecombot-server

  • Automated notifications to a WeCom group

  • Sending alerts and updates from a system to WeCom

  • Creating a chatbot interface for WeCom

  • Sharing reports and documents with a WeCom group

  • Integrating WeCom with other applications

FAQ from mcp-wecombot-server

What is WECOM_BOT_WEBHOOK_KEY?

WECOM_BOT_WEBHOOK_KEY is the unique identifier for your WeCom robot, obtained from the WeCom group robot configuration.

Where can I find the WeCom group robot configuration guide?

You can find the WeCom group robot configuration guide at https://developer.work.weixin.qq.com/document/path/91770

How do I send a text message?

Use the 'send_text' command with the desired text content in the prompt.

How do I send a markdown message?

Use the 'send_markdown' command with the desired markdown content in the prompt.

How do I send a news message?

Use the 'send_news' command and provide the title, description, URL, and picURL in the prompt.