Back to MCP Servers

Wenyan

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

other-tools-and-integrationsai

Installation

npx -y wenyan-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub