
Wenyan MCP
by caol64
Automate Markdown formatting and direct publishing to WeChat Official Accounts with elegant themes.
What it does
Wenyan MCP bridges the gap between AI writing and WeChat publishing. It allows AI assistants to use the Wenyan rendering engine to transform Markdown content into beautifully formatted WeChat-compatible rich text and upload them directly to the WeChat draft box.
Tools
list_themes: Lists available publishing themes with descriptions of their styles.register_theme: Registers a new theme from a CSS URL.remove_theme: Deletes an existing registered theme.publish_article: Renders a Markdown file using a specified theme and publishes it to the WeChat draft box.
Installation
Install globally via npm:
npm install -g @wenyan-md/mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"wenyan-mcp": {
"command": "wenyan-mcp",
"env": {
"WECHAT_APP_ID": "your_app_id",
"WECHAT_APP_SECRET": "your_app_secret"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g @wenyan-md/mcpInformation
- Pricing
- free
- Published
- 4/17/2026
- stars






