csdn-mcp
Related Servers
Alternatives to csdn-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityFmaintenanceEnables AI agents to publish articles to WeChat Official Account (微信公众号). Supports image upload, draft creation, and publishing via standardized MCP protocol.51-
- AlicenseAqualityDmaintenanceMCP server that enables AI assistants to automatically write and publish blog posts to CSDN with support for categories, tags, and drafts.42MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Emlog blog systems through a standardized Model Context Protocol interface, supporting content management operations like creating/updating articles, managing comments, uploading files, and accessing blog resources.1210 npm2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Juejin articles directly via natural language, including publishing, drafting, and content management.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Dev.to platform through MCP tools, including article search, retrieval, and creation.-
- FlicenseBqualityDmaintenanceMCP server that exposes Tistory blog posting functionality, enabling AI agents to write, upload, and publish posts (public/private) via Playwright and Tistory API.9-
TDQS
Scored across 11 tools
Each tool targets a distinct action-resource pair: auth tools handle authentication state, article tools cover lifecycle (publish/update/get/list/delete/verify), and auxiliary tools handle images and metadata. Descriptions explicitly warn against common misuses (e.g., publish_article vs update_article), eliminating ambiguity.
All tool names follow a consistent verb_noun snake_case pattern (auth_status, list_tags, publish_article, upload_image, etc.), with each verb clearly indicating the action. There is no mixing of conventions or vague verbs.
11 tools is well within the ideal range for a domain-specific server, covering authentication, article CRUD, listing, verification, image upload, and metadata lookup without unnecessary bloat. Each tool earns its place in the workflow.
The tool set provides full lifecycle coverage for articles (create, read, update, delete, list, verify), plus image upload and metadata retrieval (tags/categories). Authentication is handled comprehensively. The only limitation is an inherent CSDN API constraint, not a missing tool.