Labsco
MCP SERVER

文颜 MCP Server

by caol64

Publish a Markdown article to a WeChat Official Account with its formatting already applied by a theme you chose.

CMS & Blog PublishingOfficial source
Summary
The formatting step between writing and publishing disappears.

What it takes off you is the reformatting: WeChat's editor does not take Markdown, so an article normally gets restyled by hand on the way in. Here the theme is picked at publish time, and a house style you have written yourself can be registered once and reused.

What it is

A publishing bridge for WeChat Official Accounts (微信公众号). It takes Markdown, applies one of its themes, and posts the formatted article under the account you name.

What you get
  • An article published to a WeChat Official Account from Markdown passed inline, from a file, or from a URL
  • The list of themes an article can be published under
  • A custom theme registered by name and path, and removed again by name
Requirements

Npx on your PATH, and a WeChat Official Account to publish into — `publish_article` takes the app id it posts under. A custom theme has to be registered before it can be selected.

Setup effort

One command plus a key — npm install -g @wenyan-md/mcp, then supply credentials