Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.datoushiwo/wechat-writer-mcp

NPM · WECHAT-WRITER-MCP · SCANNED AUG 17

面向技术博主的 AI 内容加工流水线 MCP —— 从原始素材到公众号草稿箱

Available components

70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 33 of 108 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 477 tokens (~119/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · wechat-writer-mcp

# add to Claude Code
claude mcp add datoushiwo-wechat-writer-mcp -- npx -y wechat-writer-mcp
# add to Codex CLI
codex mcp add datoushiwo-wechat-writer-mcp -- npx -y wechat-writer-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "datoushiwo-wechat-writer-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "wechat-writer-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add datoushiwo-wechat-writer-mcp --command npx --arg -y --arg wechat-writer-mcp
# ~/.hermes/config.yaml
mcp_servers:
  datoushiwo-wechat-writer-mcp:
    command: "npx"
    args: ["-y", "wechat-writer-mcp"]
// mcp.json
{
  "mcpServers": {
    "datoushiwo-wechat-writer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wechat-writer-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 14 Aug 26 70

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Analysed npm/wechat-writer-mcp@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 108 packages
Packages resolved 108
Stale 33
Tree resolution Complete
MCP tools · 4 exposed · ~477 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
estimate_originality ~84

对内容做原创度自评,辅助决策是否点"原创"标记。基于用户自己的历史草稿做比对,不能替代微信官方查重。

NameTypeReqDescription
check_against_historyboolean是否与草稿箱历史内容比对
contentstringyes待检查的文章内容(markdown 或纯文本)

No output schema declared.

No examples provided.

import_source ~95

导入原始内容(本地 markdown 文件或 URL 网页),准备进行公众号加工。返回 raw_markdown 和元数据。

NameTypeReqDescription
pathstring本地文件路径(source_type=file 时必填)
source_typestringyes来源类型:file 读取本地文件,url 抓取网页正文
urlstring网页 URL(source_type=url 时必填)

No output schema declared.

No examples provided.

save_to_wechat_draft ~204

将加工好的内容存入公众号草稿箱。永远只存草稿,不会自动群发/发布。存入后需手动到公众号后台发布。

NameTypeReqDescription
authorstring作者名(默认使用环境变量配置)
content_source_urlstring原文链接(可选)
cover_pathstring封面图片路径(cover_strategy=specified 时使用)
cover_strategystring封面策略:random_from_folder 从目录随机选、specified 指定路径、none 不设封面
digeststring摘要(不超过 120 字)
html_contentstringyes文章 HTML 正文(transform_for_wechat 的输出)
need_open_commentboolean是否打开评论
only_fans_can_commentboolean是否仅粉丝可评论
titlestringyes文章标题

No output schema declared.

No examples provided.

transform_for_wechat ~94

将 markdown 内容转换为公众号适配的 HTML 格式。自动段落切分、代码块处理、超链接转脚注、添加头尾模板,并生成 3 个标题候选。

NameTypeReqDescription
apply_templateboolean是否应用头尾模板
raw_markdownstringyes原始 markdown 内容
titlestring文章原标题(用于生成标题候选)

No output schema declared.

No examples provided.