Discover and explore top open-source AI tools and projects—updated daily.
AI-powered WeChat publishing tool
Top 57.8% on SourcePulse
This project provides a server component for the Model Context Protocol (MCP) that automates the formatting and publishing of Markdown articles to WeChat Official Accounts. It targets AI developers and content creators who want to streamline their WeChat publishing workflow by leveraging AI for layout and distribution. The primary benefit is the automated, theme-consistent formatting and direct publishing of content to WeChat drafts.
How It Works
The server acts as an MCP endpoint, receiving Markdown content and metadata. It applies pre-defined themes for layout and then utilizes the WeChat Official Account platform's APIs to publish the formatted article to the draft box. The system supports automatic uploading of both local and network images referenced within the Markdown, simplifying the inclusion of media.
Quick Start & Requirements
git clone https://github.com/caol64/wenyan-mcp.git
cd wenyan-mcp
npm install
npx tsc -b && npm run copy-assets
docker build -t wenyan-mcp .
title
and cover
fields. Local image paths in Markdown must be accessible via volume mounting in Docker.npx @modelcontextprotocol/inspector
to access a debugging interface.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project requires specific WeChat API credentials and IP whitelisting. Local image paths for Docker deployment must be carefully managed via volume mounts and the HOST_IMAGE_PATH
environment variable. The README does not detail the specific themes available or provide extensive examples beyond basic frontmatter.
1 day ago
1 day