Back to Home
CorgiBoyG icon

mcp-server-weixin

Verified Safe

by CorgiBoyG

Overview

Provides a service for AI systems to send templated messages to WeChat public account users.

Installation

Run Command
docker run -d -p 8102:8102 -v $(pwd)/data:/app/data mcp-server-weixin:1.0.0

Environment Variables

  • WEIXIN_API_ORIGINAL_ID
  • WEIXIN_API_APP_ID
  • WEIXIN_API_APP_SECRET
  • WEIXIN_API_TEMPLATE_ID
  • WEIXIN_API_TOUSER

Security Notes

The application follows good practices for handling sensitive information by externalizing configurations to `application.yml` for WeChat API credentials. It explicitly warns users against committing `AppSecret` to code repositories. Access tokens are properly cached with a 2-hour expiry. A hardcoded example access token exists in a test file, but it's for testing and immediately overwritten by a real token fetch, posing minimal risk. No 'eval' or malicious patterns were found. The Docker push script uses a local config file for credentials, which is good practice for CI/CD.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassLow
Avg Tokens2
Stars9
Forks0
Last Update2025-11-22

Tags

WeChatSpring AINotificationAPI GatewayMicroservice