Back to Home
ABaiMate icon

okk-mcp-server-csdn

by ABaiMate

Overview

This application integrates with the CSDN platform to publish articles programmatically, designed to be callable as a tool by an AI agent.

Installation

Run Command
java -jar target/okk-mcp-server-csdn-*.jar

Environment Variables

  • CSDN_API_COOKIE

Security Notes

CRITICAL RISK: The `application.yml` file contains a hardcoded default CSDN API cookie (`uuid_tt_dd=...; UserName=A_ABai; UserToken=...;`), which is a sensitive user session credential. Running this with the default could expose a specific CSDN account. Although it can be overridden by an environment variable, providing a functional default is a significant security vulnerability. Additionally, `x-ca-key`, `x-ca-nonce`, `x-ca-signature`, and `x-ca-signature-headers` are hardcoded in `ICSDNService.java`; if these are dynamic or user-specific, they also pose a risk.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-02

Tags

CSDNArticle PublishingSpring BootAI ToolMarkdown