wenyan-mcp

wenyan-mcp

Wenyan MCP Server enables AI to automatically format Markdown articles and publish them to WeChat Official Accounts.

MCPWritingOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.3k
Source
mcp-github

Overview

Wenyan MCP Server is a tool based on the MCP protocol that allows AI clients such as Claude Desktop to directly invoke its formatting engine. It can automatically convert AI-generated Markdown documents into WeChat rich text and upload them to the WeChat Official Account draft box. The tool supports multiple themes and custom styling, simplifying the entire workflow from writing to publishing. Ideal for individuals or teams who frequently publish content.

Capabilities

  • Convert Markdown to WeChat rich text
  • Automatically upload local images and covers
  • Support remote server publishing
  • Built-in multiple elegant layout themes
  • Support custom themes
  • Provide standard MCP Tool interface

Use cases

AI-generated article publishingBatch publishing of multiple official account articlesAutomated CI/CD publishing workflowsTeam collaboration publishing management

Setup

Requires: WECHAT_APP_IDWECHAT_APP_SECRETNode 环境
npm install -g @wenyan-md/mcp

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to configure environment variables?

Configure WECHAT_APP_ID and WECHAT_APP_SECRET when starting the MCP server.

Does it support multi-account publishing?

Yes, it requires using server mode and configuring multiple WeChat credentials.

Related skills