All servers

wenyan-mcp

JavaScript

caol64

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

1,251Pushed 4/29/2026View on GitHub
72

Score Breakdown

Authentication30/30
Static Analysis15/25
Dependencies20/20
Behavior0/15
Maintenance7/10

Authentication

Tier A — OAuth 2.0 / OIDC

Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.

Last scanned 6/17/2026

Security Findings(1)

MEDIUM

command exec

run-inspector.js:3

Claude Desktop Config

Add this to your claude_desktop_config.json:

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

Refer to the repo README for exact installation instructions.