Arcs Multi-Platform Article Publisher
Automates article publishing across Chinese tech platforms including CSDN, JueJin, Zhihu, WeChat, Halo, and CNBlogs with markdown content processing, platform-specific tag management, and concurrent multi-platform distribution for content creators and technical bloggers.
3 stars
0 tools
Created Aug 2025
@cyanty/cyanty-arcs-multi-platform-article-publisher-arcs-mcpAbout
Automates article publishing across Chinese tech platforms including CSDN, JueJin, Zhihu, WeChat, Halo, and CNBlogs with markdown content processing, platform-specific tag management, and concurrent multi-platform distribution for content creators and technical bloggers.
Categories
general
Installation
npm
npm install @cyanty/cyanty-arcs-multi-platform-article-publisher-arcs-mcp
Configuration
{
"mcpServers": {
"cyanty-arcs-multi-platform-article-publisher-arcs-mcp": {
"command": "npx",
"args": [
"-y",
"@cyanty/cyanty-arcs-multi-platform-article-publisher-arcs-mcp"
]
}
}
}