腾讯云开发者社区文章发布 MCP 服务器

by yangbuyiya

11 stars
380 downloads
Not rated
GitHub

About

这是一个基于 MCP (Model Context Protocol) 协议的服务器,专门用于自动化发布文章到腾讯云开发者社区。通过集成 Spring Boot 3.x 和 Spring AI,为 AI 助手提供了与腾讯云开发者社区交互的能力,实现文章的自动发布和管理。

Details

Author
yangbuyiya
GitHub stars
11
Downloads
380
Categories
Other

- 基于 MCP 协议与 AI 助手集成
- 自动发布文章到腾讯云开发者社区
- 支持 STDIO 和 SSE 两种传输模式
- 可自定义文章分类、标签和专栏
- 支持 Docker 容器化部署

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 腾讯云开发者社区文章发布 MCP 服务器
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

需满足 JDK 17+、Maven 3.6+ 环境。克隆项目后,先在浏览器登录腾讯云开发者社区,从 Network 请求 Headers 中获取 Cookie,然后通过环境变量 TENCENT_API_COOKIE 或命令行参数 --tencent.api.cookie= 配置认证信息。修改 getAddArticleRequest 方法中的文章分类、标签、专栏等参数,编译后按 STDIO 或 SSE 模式启动服务器即可。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u817e\u8baf\u4e91\u5f00\u53d1\u8005\u793e\u533a\u6587\u7ae0\u53d1\u5e03 mcp \u670d\u52a1\u5668": {
            "tencent-send-article-mcp-server": {
                "command": "docker",
                "args": [
                    "run",
                    "-d",
                    "--name",
                    "tencent-send-article-mcp-server",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "tencent-send-article-mcp-server": {
        "command": "docker",
        "args": [
            "run",
            "-d",
            "--name",
            "tencent-send-article-mcp-server",
            "\\"
        ]
    }
}

腾讯云开发者社区文章发布 MCP 服务器

<div align="center">
logo
<br/>
<p>
<a href="https://github.com/yangbuyiya/tencent-send-article-mcp-server/stargazers">
stars
</a>
<a href="https://github.com/yangbuyiya/tencent-send-article-mcp-server/network/members">
forks
</a>
<a href="https://github.com/yangbuyiya/tencent-send-article-mcp-server/issues">
issues
</a>
<a href="https://github.com/yangbuyiya/tencent-send-article-mcp-server/blob/main/LICENSE">
license
</a>
</p>
<p>
Spring Boot
Spring AI
Java
Maven
</p>
</div>

📝 项目简介

这是一个基于 MCP (Model Context Protocol) 协议的服务器,专门用于自动化发布文章到腾讯云开发者社区。通过集成 Spring Boot 3.x
和 Spring AI,为 AI 助手提供了与腾讯云开发者社区交互的能力,实现文章的自动发布和管理。

<div align="center">
访问计数
</div>

技术栈

- 框架: Spring Boot 3.4.5
- AI 集成: Spring AI 1.0.0
- 运行环境: Java 17
- 构建工具: Maven
- 协议支持: MCP (Model Context Protocol)
- HTTP 客户端: Retrofit2
- JSON 处理: FastJSON, Jackson

快速开始

环境要求

- JDK 17 或更高版本
- Maven 3.6 或更高版本
- 有效的腾讯云开发者社区账号

安装步骤

1. 克隆项目

git clone https://github.com/yangbuyiya/tencent-send-article-mcp-server.git
cd tencent-send-article-mcp-server

2. 获取腾讯云 Cookie
- 登录 腾讯云开发者社区
- 打开浏览器开发者工具 (F12)
- 切换到 Network 标签页
- 刷新页面,在任意请求的 Headers 中找到 Cookie
- 复制完整的 Cookie 字符串

3. 配置认证信息

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.