mcp-server-juejin
Provides an MCP server (Spring AI MCP Server, stdio mode) that lets an AI tool create article drafts and publish articles to Juejin using a user-provided Juejin login cookie. Accepts Markdown content and tags, and exposes a tool method (saveArticleToJueJin) that calls Juejin content APIs.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Uses a Juejin cookie for authentication (strength limited; no OAuth/session hardening described). Cookie is provided via config; README does not indicate secure secret storage, redaction in logs, or least-privilege. TLS is not explicitly discussed, though typical deployments use HTTPS; stdio mode implies local transport but outbound calls to api.juejin.cn are expected to be HTTPS.
⚡ Reliability
Best When
You want a lightweight local/hosted MCP stdio server that an agent can call to draft and publish single articles (with human/agent review) to Juejin.
Avoid When
Avoid using it for high-volume publishing without clear rate-limit handling, retries, and idempotency; avoid in contexts where credentials (cookie) cannot be securely managed.
Use Cases
- • AI-assisted drafting and publishing of Juejin articles
- • Automating creation of article drafts then publishing after review
- • Markdown-to-Juejin posting workflows for teams or personal content pipelines
Not For
- • Highly regulated publishing workflows requiring strong audit trails and approvals inside the service
- • Environments where storing or transmitting Juejin cookies is not allowed
- • Bulk automated publishing at high rate without operational safeguards
Interface
Authentication
Authentication is via a configured Juejin cookie in application.yml. No OAuth or fine-grained scopes are described.
Pricing
No pricing information for the software package/service is provided; it appears to be a self-hosted open-source project.
Agent Metadata
Known Gotchas
- ⚠ Cookie expiration is noted; agents may repeatedly fail until the cookie is refreshed.
- ⚠ Rate limits are mentioned but no structured retry/backoff/idempotency behavior is documented, so agents may need external safeguards.
- ⚠ Tool interface is described at a high level; precise MCP tool schema/error contracts are not shown in the README excerpt.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-server-juejin.
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.