Back to Home
loonghao icon

wecom-bot-mcp-server

Verified Safe

by loonghao

Overview

An MCP server that enables AI assistants to send various message types, files, and images to WeCom (WeChat Work) groups, supporting single or multiple bot configurations.

Installation

Run Command
uvx wecom-bot-mcp-server

Environment Variables

  • WECOM_WEBHOOK_URL
  • WECOM_BOTS
  • WECOM_BOT_<NAME>_URL
  • MCP_LOG_LEVEL
  • MCP_LOG_FILE

Security Notes

The server demonstrates good security practices: - Webhook URLs are validated to start with 'http://' or 'https://'. - Environment variables are used for sensitive information (webhook URLs), preventing hardcoding. - Image downloads from URLs validate HTTP status and content type, mitigating some risks related to fetching arbitrary content. - File operations check for file existence and type before processing. - Temporary files are used for downloaded images. - Relies on 'notify-bridge' for actual WeCom API interaction, delegating external API security concerns. - No obvious use of 'eval', 'exec', or other direct code execution from untrusted input was found in the provided source.

Similar Servers

Stats

Interest Score44
Security Score9
Cost ClassLow
Avg Tokens250
Stars72
Forks16
Last Update2026-01-07

Tags

wecomwechatbotwebhookcommunication