Token导航 LogoToken导航TokenDH.com
MCP Wecombot Server logo
运维云端stdio官方级别未说明来源级核验

MCP Wecombot Server

MCP Server

@smithery/cli

一个MCP服务器应用,用于向企业微信(WeCom)群机器人发送多种类型的消息,包括文本、Markdown、图片、新闻和模板卡片等。

工具数

0

提示词数

0

GitHub Stars

37

资源数

0
团队协作GoClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

gotoolkits

提供方

gotoolkits

最后核验

2026/5/17 20:21

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @gotoolkits/mcp-wecombot-server --client claude-desktop

详细介绍

🚀 mcp-wecombot服务器

](https://smithery.ai/server/@gotoolkits/mcp-wecombot-server)

一个MCP服务器应用程序,向WeCom群组机器人发送各种类型的消息。

安装

通过Smithery安装

通过以下方式自动为Claude Desktop安装mcp-wecombot服务器 史密瑟里:

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_text

向WeCom群发送短信

  • send_markdown

向微信群发送降价消息

  • send_image

向WeCom群发送图片消息

  • send_news

向微信群发送新闻消息,新闻包括标题、描述、网址、图片网址

  • send_template_card

向微信群发送模板卡片消息

  • 上传文件

上传文件到WeCom

样品


> prompt: 给我在WeCom发送一条文本消息,消息内容为:这是一条测试消息
> prompt: 给我在WeCom发送一条markdown消息,消息内容为:# 这是一条测试 Markdown 消息
> prompt: 给我在WeCom发送一条图文消息,图文标题为:这是一条图文消息,图文描述为:这是一条图文消息,图文链接为:https://github.com/gotoolkits,图文图片为:https://gips3.baidu.com/it/u=1502376378,1119109542&fm=3081&app=3081&f=JPEG?w=2560&h=1688

> 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://gips3.baidu.com/it/u=1502376378,1119109542&fm=3081&app=3081&f=JPEG?w=2560&h=1688

微信机器人

微信集团机器人配置指南可参考: https://developer.work.weixin.qq.com/document/path/91770

WECOM_BOT_WEBHOOK_KEY是机器人WEBHOOK密钥

例如:

https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa
“693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa”是您自己的WECOM_BOT_WEBHOOK_KEY

目录标签

目录标签

团队协作GoClaude企业微信本地部署群机器人消息推送自动化通知企业通讯

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP