==================
/// MCP ///
/// WEN ///
==================
[server:online]
[protocol:ready]wenyan-mcp
by caol64
MCP server that formats Markdown with Wenyan themes and publishes the result to WeChat Official Account drafts.
490
59
SpecializedInstallation
1. Clone the repository
git clone https://github.com/caol64/wenyan-mcp.git
cd wenyan-mcp2. Install dependencies
npm install3. Create an environment-variable file
cp .env.example .env4. Fill in credentials inside .env
# WeChat Official Account
WECHAT_APPID=wxXXXXXXXXXXXXXXXX
WECHAT_SECRET=your_secret
WECHAT_TOKEN=your_token
# (Optional) OpenAI / Claude keys used for automatic layout
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxx5. Start the server
# development with live reload
npm run dev
# or production
npm run build && npm start6. The server listens on PORT (default 3000). Verify by opening http://localhost:3000/health.
Documentation
License: Apache License 2.0
Updated 7/30/2025