AgentStack
MCP verified MIT Self-run

Wecom Bot MCP

mcp-mcpservice-wecom-bot-mcp · by McpService

企业微信机器人 MCP (Model Context Protocol) 服务,支持发送 Markdown 消息、文件和图片。

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add mcp-mcpservice-wecom-bot-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Wecom Bot MCP? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

企业微信机器人 MCP 服务

基于 Model Context Protocol (MCP) 标准实现的企业微信机器人服务,支持通过 AI 助手发送消息、文件和图片到企业微信群聊。

✨ 功能特性

  • 发送 Markdown 消息 - 支持 Markdown V2 格式,包含标题、加粗、斜体、列表、引用、链接、代码块、表格等
  • 发送文件 - 支持 PDF、Word、Excel、PPT、TXT、ZIP 等多种格式,最大 20MB
  • 发送图片 - 支持本地图片文件或网络图片 URL,JPG/PNG 格式,最大 2MB
  • 标准 MCP 协议 - 兼容 MCP 客户端,如 Claude Desktop

🚀 快速开始

获取 Webhook Key

在企业微信中创建群机器人

  • 进入企业微信 -> 群聊 -> 群机器人 -> 添加
  • 选择机器人类型,设置名称和头像

复制 webhook URL,格式如下: `` https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa ``

提取 key 参数值:693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa

在 MCP 客户端中配置

{
  "mcpServers": {
    "Wecom-Bot-MCP": {
      "command": "npx",
      "args": ["-y", "wecom-bot-mcp"],
      "env": {
        "WECOM_WEBHOOK_KEY": "$WECOM_WEBHOOK_KEY"
      }
    }
  }
}

📄 License

[MIT](LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.