caol64/wenyan-mcp
Wenyan MCP Server, which lets AI automatically format Markdown articles and publish them to WeChat GZH.
Quick Start
Clone the repository:
git clone https://github.com/caol64/wenyan-mcpClaude Desktop configuration example:
{
"mcpServers": {
"wenyan-mcp": {
"command": "npx",
"args": [
"-y",
"caol64/wenyan-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.