Metadata-Version: 2.4
Name: qiye-wechat-mcp
Version: 0.1.2
Summary: 企业微信群机器人 MCP 服务器
Home-page: https://github.com/shellus/qiye_wechat_mcp.git
Author: shellus
Author-email: 353358601@qq.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=1.0.0
Requires-Dist: requests>=2.25.0
Requires-Dist: python-dotenv>=0.19.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 企业微信消息 MCP 服务器

简单的企业微信群机器人 MCP 服务器，让 AI 助手能发送消息到企业微信群。

## 安装

```bash
uvx install qiye-wechat-mcp
```

## 快速开始

### 1. 配置企业微信群机器人
1. 在企业微信群中添加群机器人
2. 复制机器人的 Webhook URL

### 4. 配置 mcpServers
```json
{
  "mcpServers": {
    "企业微信": {
      "command": "uvx",
      "args": ["--from", "qiye-wechat-mcp", "qiye-wechat-mcp"],
      "env": {
        "WECHAT_WEBHOOK_URL": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=your-webhook-key"
      }
    }
  }
}
```

## 功能
- `send_text_message(content)` - 发送文本消息
- `send_markdown_message(content)` - 发送Markdown消息

## AI提示词
```markdown
1. 使用中文回复
2. 在完成任务得最后，使用`qiye_wechat_mcp.send_text_message(content)`发送完成通知。
```
---


就这么简单！
