Install
mcp-registry/wenyan-mcp
wenyan-mcp logo

wenyan-mcp

Author: caol64

Description: MCP server that formats Markdown with Wenyan themes and publishes the result to WeChat Official Account drafts.

Stars: 490

Forks: 59

License: Apache License 2.0

Category: Specialized

Overview

Installation

1. Clone the repository
git clone https://github.com/caol64/wenyan-mcp.git cd wenyan-mcp
2. Install dependencies
npm install
3. Create an environment-variable file
cp .env.example .env
4. 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-xxxxxxxxxxxxxxxx
5. Start the server
# development with live reload npm run dev # or production npm run build && npm start
6. The server listens on PORT (default 3000). Verify by opening http://localhost:3000/health.
License: Apache License 2.0
Updated 7/30/2025