腾讯云开发者社区文章发布 MCP 服务器
@yangbuyiya
About 腾讯云开发者社区文章发布 MCP 服务器
这是一个基于 MCP (Model Context Protocol) 协议的服务器,专门用于自动化发布文章到腾讯云开发者社区。通过集成 Spring Boot 3.x 和 Spring AI,为 AI 助手提供了与腾讯云开发者社区交互的能力,实现文章的自动发布和管理。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tencent-send-article-mcp-server": {
"command": "docker",
"args": [
"run",
"-d",
"--name",
"tencent-send-article-mcp-server",
"\\"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 腾讯云开发者社区文章发布 MCP 服务器?
这是一个基于 MCP (Model Context Protocol) 协议的服务器,专门用于自动化发布文章到腾讯云开发者社区。它集成 Spring Boot 3.x 和 Spring AI,为 AI 助手提供与腾讯云开发者社区交互的能力,实现文章的自动发布和管理。
How to use 腾讯云开发者社区文章发布 MCP 服务器?
需满足 JDK 17+、Maven 3.6+ 环境。克隆项目后,先在浏览器登录腾讯云开发者社区,从 Network 请求 Headers 中获取 Cookie,然后通过环境变量 TENCENT_API_COOKIE 或命令行参数 --tencent.api.cookie= 配置认证信息。修改 getAddArticleRequest 方法中的文章分类、标签、专栏等参数,编译后按 STDIO 或 SSE 模式启动服务器即可。
Key features of 腾讯云开发者社区文章发布 MCP 服务器
- 基于 MCP 协议与 AI 助手集成
- 自动发布文章到腾讯云开发者社区
- 支持 STDIO 和 SSE 两种传输模式
- 可自定义文章分类、标签和专栏
- 支持 Docker 容器化部署
Use cases of 腾讯云开发者社区文章发布 MCP 服务器
- 通过 AI 助手一键发布技术博客
- 自动化将文章从 CMS 同步到腾讯云社区
- 批量发布多篇预设格式的文章
- 在 CI/CD 流水线中集成社区内容发布
FAQ from 腾讯云开发者社区文章发布 MCP 服务器
需要哪些运行环境?
需要 JDK 17 或更高版本、Maven 3.6 或更高版本,以及有效的腾讯云开发者社区账号。
如何获取腾讯云 Cookie?
登录腾讯云开发者社区,打开浏览器开发者工具 (F12),切换到 Network 标签页,刷新页面,在任意请求的 Headers 中找到并复制完整 Cookie 字符串。
如何配置 MCP 客户端?
STDIO 模式:在 MCP 客户端配置中添加 "command": "java" 和相关参数。SSE 模式:配置 "baseUrl": "http://127.0.0.1:8633/sse"。具体示例见 README 的配置说明部分。
Cookie 安全要注意什么?
Cookie 包含敏感认证信息,请妥善保管,不要提交到代码仓库或公开分享。建议使用环境变量配置,Cookie 可能定期失效需及时更新。
文章发布失败怎么办?
检查网络连接,验证文章内容是否符合社区规范,确认账号权限。查看日志文件 data/log/tencent-send-article-mcp-server.log 获取错误详情。
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments