MCP Directory
Back

wenyan-mcp

by caol64 · JavaScript · ★ 1,258

文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。

#mcp-server#wechat#wenyan

Install

npx -y github:caol64/wenyan-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://www.npmjs.com/package/@wenyan-md/mcp) [](LICENSE) [](https://hub.docker.com/r/caol64/wenyan-mcp) [](https://github.com/caol64/wenyan-mcp) **[文颜(Wenyan)](https://wenyan.yuzhi.tech)** 是一款多平台 Markdown 排版与发布工具,支持将 Markdown 一键转换并发布至: - 微信公众号 - 知乎 - 今日头条 - 以及其它内容平台(持续扩展中) 文颜的目标是:**让写作者专注内容,而不是排版和平台适配**。 文颜目前提供多种形态,覆盖不同使用场景: - [macOS App Store 版](https://github.com/caol64/wenyan) - MAC 桌面应用 - [跨平台桌面版](https://github.com/caol64/wenyan-pc) - Windows/Linux - [CLI 版本](https://github.com/caol64/wenyan-cli) - 命令行 / CI 自动化发布 - 👉 [MCP 版本](https://github.com/caol64/wenyan-mcp…
Read full README on GitHub →

Related other servers