MCP.so
登录

自动发文 MCP Server

@gulihua10010

关于 自动发文 MCP Server

MCP自动发文服务

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

gulihua10010

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 自动发文 MCP Server?

自动发文 MCP Server is a tool that lets an AI generate an article and automatically publish it to CSDN, 掘金 (Juejin), and 博客园 (Cnblogs). Built with the MCP Java SDK, it works with any MCP‑compatible agent such as Claude, Cursor, or 千帆 AppBuilder.

How to use 自动发文 MCP Server?

Clone the repository, build with Maven (mvn clean package), and configure the MCP server via a JSON file that sets environment variables for account cookies and tokens. The server exposes tools that the AI calls to search for content and publish articles. Requires Java 17 runtime.

Key features of 自动发文 MCP Server

  • Search interview experiences from 牛客 (Niuke)
  • Query latest tech news and topics
  • Publish articles to CSDN with title, content, and description
  • Publish articles to 掘金 (Juejin) with title, content, and description
  • Publish articles to 博客园 (Cnblogs) with title, content, and description

Use cases of 自动发文 MCP Server

  • AI‑generated articles from real interview experiences published to multiple platforms
  • Automated tech news summarization and cross‑posting
  • Content creators managing simultaneous distribution to CSDN, 掘金, and 博客园
  • Integrating MCP‑compatible assistants to write and publish blog posts

FAQ from 自动发文 MCP Server

What runtime does the server require?

Java 17 is required to run the built JAR file.

How do I authenticate to the target platforms?

You must provide cookies and tokens as environment variables: JUEJIN_COOKIE, CSDN_COOKIE, CNBLOG_COOKIE, and CNBLOG_TOKEN.

Which AI agents can use this MCP server?

Any agent that supports the MCP protocol, such as Claude, Cursor, and 千帆 AppBuilder, can connect to it.

Does the server support any transport other than stdio?

The server uses stdio transport. Configuration examples are provided for Cherry Studio and Spring‑based code integration.

Can I use a different AI model besides Qwen?

Yes, you can swap the client dependency (e.g., use spring-ai-openai-spring-boot-starter for OpenAI) and configure the corresponding API key.

评论

其他 分类下的更多 MCP 服务器