Back to Home
kakaxi3019 icon

wechat_oa_mcp

Verified Safe

by kakaxi3019

Overview

This server acts as a Model Control Protocol (MCP) wrapper for WeChat Official Account APIs, enabling AI systems or automation workflows to manage WeChat content.

Installation

Run Command
python -m wechat_oa_mcp

Security Notes

The server relies on a hardcoded external IP address (106.15.125.133) for its backend services. While this is an intentional architectural choice to solve WeChat's IP whitelist requirement and the project includes a disclaimer for research use only, it introduces a critical dependency on the security and availability of that specific external server. If the external server were compromised or its IP repurposed, sensitive `AppID`, `AppSecret`, and `access_token` could be exposed. No 'eval', 'exec', or direct OS command injection vulnerabilities were found in the provided source code, and JSON payloads are handled by the `requests` library which typically provides serialization safety. Input parameters are obtained using `.get()` methods, which is safer than direct dictionary access.

Similar Servers

Stats

Interest Score39
Security Score7
Cost ClassLow
Avg Tokens100
Stars18
Forks1
Last Update2025-11-22

Tags

WeChatOfficial AccountAPI WrapperMCPAutomation