weixin-bot-qwen-mcp MCP Server
HammCn/weixin-bot-qwen-mcp
Are you the maintainer of HammCn/weixin-bot-qwen-mcp? Claim this listing →
微信机器人 + QwenCode + MCP Server
Add AgentRank to Claude Code Discover and compare tools like HammCn/weixin-bot-qwen-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
HammCn/weixin-bot-qwen-mcp is a JavaScript MCP server. 微信机器人 + QwenCode + MCP Server
Ranked #111 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
JavaScript No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 2
2 contributors → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Dependents medium impact
Matched Queries
From the README
# 微信机器人 + QwenCode + MCP Server 使用 `Qwen-Code` 和微信对接的智能助手服务。 ## 🎉 企业微信 如需企业微信的版本,看这里 https://github.com/HammCn/WecomBot-QwenCode ## 📋 功能特性 - 💚 微信消息接收(文本、图片) - 🤖 QwenCode 命令执行 - 🔌 MCP Server 支持 - 📁 文件发送工具 - 🔄 会话管理 - 📝 状态持久化 ## 🚀 快速开始 ### 1. 安装依赖 ```bash npm install ``` ### 2. 配置环境变量 复制 `.env.example` 为 `.env` 并修改配置: ```bash cp .env.example .env ``` 编辑 `.env` 文件: ```env # 微信协议配置(一般无需修改) WEIXIN_BASE_URL=https://ilinkai.weixin.qq.com WEIXIN_CDN_BASE_URL=https://novac2c.cdn.weixin.qq.com/c2c WEIXIN_BOT_TYPE=3 WEIXIN_STATE_FILE=./weixin-bot-state.json # QwenCode 配置(根据实际路径修改) QWEN_PATH=/Users/hamm/qwen WORKSPACE=/Users/hamm/Desktop # MCP Server 配置 MCP_PORT=12580 ``` ### 3. 启动服务 ```bash npm start ``` ### 4. 微信登录 服务启动后会自动显示二维码: 1. 终端会输出二维码 URL 2. 使用微信扫描二维码 3. 确认登录 4. 登录成功后状态会保存到 `weixin-bot-state.json` ### 5. 使用方式 在微信中发送消息给机器人: - **文本消息**:直接发送文本,机器人会调用 QwenCode 执行 - **图片消息**:发送图片,机器人会保存并调用 QwenCode 处理 - **命令**:发送 `/clear` 清理会话缓存 ## 🔧 MCP 工具 ### sendFileToWeixiRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.