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
java -jar target/okk-mcp-server-csdn-*.jarEnvironment 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
spring-documentation-mcp-server
Provides an AI-driven Model Context Protocol (MCP) server for comprehensive access to Spring ecosystem documentation, migration guides, code examples, and project compatibility, serving as a knowledge base and tool integration for AI agents.
springai-mcp-gateway
An OAuth 2.1 secured Spring AI MCP gateway enabling ChatGPT Connectors to interact with local development tools via a streamable HTTP endpoint.
springboot-mcp-server
An AI-powered Spring Boot server for student management, demonstrating tool-use capabilities with an external large language model.
BlogCaster-MCP
Enables publishing, listing, and deleting blog posts across multiple platforms (Hashnode, Dev.to, WordPress) from an MCP-enabled AI client.