mcp-server-csdn
Provides an MCP server (stdio and SSE modes) that exposes a tool (e.g., saveArticle) to publish Markdown articles to the CSDN platform using a configured CSDN login cookie.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Uses a CSDN cookie provided via configuration. Cookie-based auth increases risk if logs/config are mishandled and is typically harder to scope/rotate safely. README does not describe TLS requirements for the MCP server, nor secret redaction, nor role-based authorization for tool access. Dependency list includes FastJSON; without further evidence, security posture depends on version/vulnerability management.
⚡ Reliability
Best When
You want a lightweight, self-hosted MCP integration to publish CSDN posts from agent-driven workflows and are comfortable managing CSDN cookies.
Avoid When
You cannot securely manage and rotate CSDN cookies, or you need robust API-level guarantees like idempotency, detailed error codes, and strong access control for the MCP server endpoints.
Use Cases
- • Automate CSDN article publishing from an AI agent using Markdown input
- • Generate and publish posts with specified tags and categories
- • Use as a local MCP server to connect agent workflows to CSDN
Not For
- • Publishing content without access to a valid CSDN cookie/session
- • Use cases requiring strict enterprise governance features (audit, approvals, fine-grained authorization)
- • High-assurance security environments without additional hardening
Interface
Authentication
Authentication to CSDN is done via a cookie value. No first-class OAuth/scopes for the MCP server itself are described in the README.
Pricing
Agent Metadata
Known Gotchas
- ⚠ Cookie expiry/rotation may cause tool failures until updated
- ⚠ Because publishing is a side-effecting operation, agents may accidentally publish duplicates on retries (no idempotency indicated)
- ⚠ SSE mode requires configuration changes (web-application-type: none commented) and the server becomes available on localhost:8101
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-server-csdn.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.