Loading...

Wenyan MCP server automates Markdown publishing to platforms like WeChat, integrating with AI assistants for content creation and platform adaptation.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Wenyan MCP server automates Markdown publishing to platforms like WeChat, integrating with AI assistants for content creation and platform adaptation.
Wenyan MCP server's safety depends on proper configuration and secure handling of WeChat credentials. Publishing articles carries inherent risks, but the limited scope of actions reduces the attack surface. Using Docker improves isolation, but the underlying WeChat API remains a potential vulnerability.
Performance depends on the WeChat API and network connectivity. Large articles or complex themes may take longer to process.
Primarily cost is time and resources to set up and maintain. WeChat API usage may have associated costs depending on usage volume.
npm install -g @wenyan-md/mcp{
"mcpServers": {
"wenyan-mcp": {
"name": "公众号助手",
"command": "wenyan-mcp",
"env": {
"WECHAT_APP_ID": "your_app_id",
"WECHAT_APP_SECRET": "your_app_secret"
}
}
}
}MCP_PROXY_AUTH_TOKENlist_themesLists available themes for publishing articles.
Read-only operation, no side effects.
register_themeRegisters a new theme based on a provided CSS URL.
Adds a new theme, but doesn't directly modify existing content. Risk of malicious CSS.
delete_themeDeletes a previously registered theme.
Removes a theme, potentially affecting future publications.
publish_articlePublishes a Markdown article to a WeChat official account.
Writes content to a live platform, potentially affecting a large audience.
Environment Variable
cloud
Wenyan MCP server's safety depends on proper configuration and secure handling of WeChat credentials. Publishing articles carries inherent risks, but the limited scope of actions reduces the attack surface. Using Docker improves isolation, but the underlying WeChat API remains a potential vulnerability.
Wenyan MCP allows AI to directly publish content, so careful permission management is crucial. There is no built-in rollback or dry-run functionality.
Production Tip
Implement robust error handling and monitoring to detect and address publishing failures.
Publishing will fail. Implement retry logic and error handling.
Use environment variables and restrict access to the server.
No, it publishes immediately to the draft box. You must schedule within WeChat.
Potentially, by running multiple instances with different credentials.
Test themes thoroughly in the WeChat editor before publishing.
Refer to the Wenyan documentation for supported Markdown syntax.
No, it only supports creating new articles in the draft box.