WeCom Bot MCP Server
by loonghao
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_LOG_FILE | No | Custom log file path | |
MCP_LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR, CRITICAL | INFO |
WECOM_WEBHOOK_URL | Yes | WeCom Bot Webhook URL (obtained from WeCom group settings) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
history://messages |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
send_wecom_file | Send file to WeCom. Copy |
send_wecom_image | Send image to WeCom. Copy |
send_message | Send message to WeCom. Copy |