mcp-csdn-publisher
Allows AI agents to write and publish blog articles to CSDN, including saving drafts, managing categories and tags.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-csdn-publisherWrite a tutorial on React Hooks and publish to CSDN."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 mcp-csdn-publisher
🤖 一个基于 MCP (Model Context Protocol) 的 CSDN 博客自动发布服务器,让 AI 助手帮你写博客并一键发布到 CSDN!
✨ 功能特性
📝 AI 写博客 - 给一个主题,AI 自动生成高质量博客文章
🚀 一键发布 - 直接发布到 CSDN,无需手动操作
📋 草稿保存 - 支持保存为草稿,稍后编辑
🏷️ 分类标签 - 自动设置文章分类和标签
🖼️ 图文并茂 - 支持 Markdown 格式,包括图片、代码块、表格等
🔐 安全认证 - 基于 Cookie 的安全认证机制
Related MCP server: Banana Image MCP
📦 安装
git clone https://github.com/Ln129402/mcp-csdn-publisher.git
cd mcp-csdn-publisher
npm install
npm run build🔧 配置
Claude Desktop 配置
编辑配置文件:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"csdn-publisher": {
"command": "node",
"args": ["/path/to/mcp-csdn-publisher/dist/index.js"]
}
}
}Claude Code 配置
在项目根目录创建 .mcp.json:
{
"mcpServers": {
"csdn-publisher": {
"command": "node",
"args": ["/path/to/mcp-csdn-publisher/dist/index.js"]
}
}
}🎯 使用方法
1. 获取 CSDN Cookie
浏览器打开 CSDN 并登录
按
F12→ Network 标签刷新页面,点击任意请求
复制 Request Headers 中的 Cookie(确保包含
UserToken)
2. 登录
设置 CSDN Cookie: 你的cookie内容3. 发布博客
帮我写一篇关于 React Hooks 的博客发布到 CSDN🛠️ MCP 工具
工具 | 说明 |
| 设置 CSDN Cookie 认证 |
| 发布/保存博客文章 |
| 获取文章分类 |
| 获取常用标签 |
📄 许可证
MIT License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ln129402/mcp-csdn-publisher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server