All servers72
wenyan-mcp
JavaScriptcaol64
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
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.