Skip to main content
Other Tools and IntegrationsTypeScript

caol64/wenyan-mcp

Wenyan MCP Server, which lets AI automatically format Markdown articles and publish them to WeChat GZH.

other-tools-and-integrationslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/caol64/wenyan-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "wenyan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "caol64/wenyan-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
caol64