DevelopmentJavaScript
wenyan-mcp
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
N/A rating (0 reviews)0 installs1,147 GitHub stars
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wenyan-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wenyan-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.