mcp-registry/wenyan-mcp

    ==================
      
       /// 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
Specialized

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.

Documentation

License: Apache License 2.0
Updated 7/30/2025

Table of Contents

wenyan-mcp - MCP Server Registry - Augment Code