MCP server for Wenyan, a Markdown formatting tool that allows AI assistants to apply elegant built-in themes and publish articles directly to 微信公众号.
If you already use Wenyan MCP, the wenyan mcp mcp server is the piece that lets your assistant work with it directly. MCP server for Wenyan, a Markdown formatting tool that allows AI assistants to apply elegant built-in themes and publish articles directly to 微信公众号.
基于 MCP 协议,Claude Desktop 等 AI 客户端现在可以直接调用文颜(Wenyan)的排版引擎。写完文章后,不需要再去第三方编辑器里来回复制粘贴,直接让 AI 帮你排版并塞进微信草稿箱。
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
WECHAT_APP_ID — WECHAT_APP_SECRETtitle — ✅cover — ❌author — ❌source_url — ❌type — ❌image_list — ❌need_open_comment — ❌only_fans_can_comment — ❌Configuration is passed through the environment: WECHAT_APP_ID, WECHAT_APP_SECRET, HOST_FILE_PATH, MCP_PROXY_AUTH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as @modelcontextprotocol/inspector, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Wenyan MCP's toolset — WECHAT_APP_ID, title, cover and 6 more — is a fair guide to whether it matches your workflow. It is maintained by caol64; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Wenyan MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| WECHAT_APP_ID | WECHAT_APP_SECRET |
| title | ✅ |
| cover | ❌ |
| author | ❌ |
| source_url | ❌ |
| type | ❌ |
| image_list | ❌ |
| need_open_comment | ❌ |
| only_fans_can_comment | ❌ |
* **Claude Desktop 配置:**:
```json
{
"mcpServers": {
"wenyan-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-v", "/your/host/file/path:/mnt/host-downloads",
"-e", "WECHAT_APP_ID=your_app_id",
"-e", "WECHAT_APP_SECRET=your_app_secret",
"-e", "HOST_FILE_PATH=/your/host/file/path",
"caol64/wenyan-mcp"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| WECHAT_APP_ID | Configuration value read at startup. | Optional |
| WECHAT_APP_SECRET | Credential the server authenticates with. | Yes |
| HOST_FILE_PATH | Endpoint or connection string the server talks to. | Optional |
| MCP_PROXY_AUTH_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.