tencent-send-article-mcp-server

yangbuyiya/tencent-send-article-mcp-server
★ 11 stars Java 🤖 AI/LLM Updated 7mo ago
这是一个基于 MCP (Model Context Protocol) 协议的服务器,专门用于自动化发布文章到腾讯云开发者社区。通过集成 Spring Boot 3.x 和 Spring AI,为 AI 助手提供了与腾讯云开发者社区交互的能力,实现文章的自动发布和管理。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tencent-send-article": {
      "command": "npx",
      "args": [
        "-y",
        "yangbuyiya/tencent-send-article-mcp-server"
      ]
    }
  }
}