wechat-official-account-mcp
Verified Safeby xwang152-jack
Overview
Provides a Model Context Protocol (MCP) service to enable AI applications to interact with WeChat Official Account APIs, managing features like authentication, media, drafts, and publishing.
Installation
npx wechat-official-account-mcp mcp -a <your_app_id> -s <your_app_secret>Environment Variables
- CORS_ORIGIN
- WECHAT_MCP_SECRET_KEY
- DB_PATH
- NODE_ENV
- DEBUG
Security Notes
The project demonstrates good security awareness by implementing optional AES encryption for sensitive fields (AppSecret, Access Token) via `WECHAT_MCP_SECRET_KEY`. It also explicitly warns about configuring `CORS_ORIGIN` for SSE mode to prevent cross-site scripting (XSS) risks. SQL operations use parameterized queries, mitigating SQL injection. Error logging is designed to be desensitized. The security largely depends on the user correctly configuring strong environment variables and CORS policies.
Similar Servers
xiaohongshu-mcp
Automate content creation and management on Xiaohongshu (RedNote) platform by exposing functionality via Model Context Protocol (MCP) and HTTP API for AI agents.
slack-mcp-server
Model Context Protocol (MCP) server providing real-time and historical Slack data access to AI models.
line-bot-mcp-server
Integrates LINE Messaging API with AI Agents to enable automated communication and rich menu management for LINE Official Accounts.
mesh
Centralizes Model Context Protocol (MCP) connections, tools, and data for AI agents and workflows within an organization, enabling the composition and exposure of governed virtual MCPs (AI Apps).