wechat writer mcp for Cursor
io.github.datoushiwo/wechat-writer-mcp
面向技术博主的 AI 内容加工流水线 MCP —— 从原始素材到公众号草稿箱
client:Cursor
transport:stdio
runtime:npm
Install wechat writer mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wechat-writer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wechat-writer-mcp"
],
"env": {
"WECHAT_APP_ID": "<WECHAT_APP_ID>",
"WECHAT_APP_SECRET": "<WECHAT_APP_SECRET>",
"WECHAT_COVERS_DIR": "<WECHAT_COVERS_DIR>",
"WECHAT_DEFAULT_AUTHOR": "<WECHAT_DEFAULT_AUTHOR>",
"WECHAT_API_TIMEOUT": "<WECHAT_API_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs