mcp-server-article

Provides an MCP server (implemented in Java/Spring) that uses AI to generate articles and automates publishing them to CSDN, Juejin, and Cnblogs via MCP tool functions (search for content and publish articles).

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Automation mcp article-generation automation content-publishing java spring-ai stdio-mcp
⚙ Agent Friendliness
36
/ 100
Can an agent use this?
🔒 Security
27
/ 100
Is it safe for agents?
⚡ Reliability
21
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
55
Documentation
60
Error Messages
0
Auth Simplicity
25
Rate Limits
5

🔒 Security

TLS Enforcement
30
Auth Strength
25
Scope Granularity
20
Dep. Hygiene
40
Secret Handling
25

Significant security concern: the README instructs users to provide platform session cookies and XSRF tokens (CSDN/Juejin/Cnblogs) via environment variables for the MCP server. This increases risk if logs/child processes leak env vars or if credentials expire/rotate without detection. No details are provided about TLS enforcement, credential masking, audit logging, request signing, CSRF handling robustness, or least-privilege controls. Dependency/security hygiene cannot be verified from the provided content.

⚡ Reliability

Uptime/SLA
0
Version Stability
35
Breaking Changes
30
Error Recovery
20
AF Security Reliability

Best When

You have a local/controlled environment where you can supply the required platform cookies/tokens via environment variables and run the MCP server via stdio from an MCP-capable client.

Avoid When

You cannot control or secure stored session cookies/tokens, or you require a public hosted API with standardized auth, rate limits, and documented error semantics.

Use Cases

  • Auto-generate and publish technical articles to CSDN/Juejin/Cnblogs
  • Content aggregation: search 面经 and news topics, then draft posts
  • Building an agent workflow that triggers multi-platform publishing from LLM tool calls

Not For

  • Production publishing workflows requiring robust compliance controls and auditability without additional safeguards
  • Use cases where storing third-party site cookies/tokens is unacceptable
  • Use cases requiring fine-grained permissioning, strong API-level auth, or enterprise governance

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
Yes
Webhooks
No

Authentication

Methods: Cookie-based authentication to CSDN/Juejin/Cnblogs via environment variables (JUEJIN_COOKIE, CSDN_COOKIE, CNBLOG_COOKIE, CNBLOG_TOKEN)
OAuth: No Scopes: No

Authentication is not described as OAuth/API-key scopes for the MCP server; instead it relies on supplying third-party session cookies/tokens as env vars for downstream publishing requests.

Pricing

Free tier: No
Requires CC: No

No pricing model described for this repository itself; costs depend on the chosen LLM/provider and the target platforms’ access model.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Publishing tools likely have side effects (creating posts); without explicit idempotency controls, retries may create duplicates
  • Relies on long-lived session cookies/tokens; agents may repeatedly attempt calls that fail due to expired credentials
  • No documented rate limit behavior/headers for the MCP tools in the README
  • Tool inputs/outputs are only sketched (e.g., fields for title/content/description and returned ids/links), so agents may need schema inference from MCP tool definitions not shown in the README

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-server-article.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered