wechat_oa_mcp
Verified Safeby 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
python -m wechat_oa_mcpSecurity 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
xiaohongshu-mcp
Automates interactions with the Xiaohongshu (RedNote) platform via an HTTP API and Model Context Protocol (MCP), enabling AI clients to publish content, search, retrieve feed details, and manage user interactions.
alibaba-cloud-ops-mcp-server
The server provides a Model Context Protocol (MCP) interface for AI assistants to manage Alibaba Cloud resources such as ECS, RDS, VPC, OSS, and CloudMonitor through API and OOS integrations.
wecom-bot-mcp-server
Facilitates sending messages, images, and files to WeCom (WeChat Work) groups via the Model Context Protocol (MCP).
ig-mcp
A Model Context Protocol (MCP) server that provides seamless integration with Instagram's Graph API, enabling AI applications to interact with Instagram Business accounts programmatically.