QZone MCP Server
Provides tools for interacting with QQ Zone (Qzone), enabling AI agents to post status updates, view and manage comments, like posts, and delete posts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QZone MCP Serverpost a shuoshuo saying I love this weather"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QZone MCP Server for AstrBot
让 AstrBot 接入 QQ 空间,AI 可以在聊天时自主发说说、查看评论、回复评论、点赞。
功能
工具 | 说明 |
| 发说说(AI 自主触发,无需指令) |
| 查看说说列表 |
| 查看说说详情 + 评论 |
| 评论说说 |
| 回复评论 |
| 点赞 / 取消点赞 |
| 删除说说 |
Related MCP server: Xiaohongshu MCP Server
快速开始
1. 获取 QQ 空间 Cookie
浏览器打开 https://i.qq.com 登录 → F12 → Console → 输入 document.cookie → 复制输出
粘贴到 cookies.txt 文件中。
2. 放入 AstrBot data 目录
.../data/qzone_mcp/
├── server.py
├── requirements.txt
└── cookies.txt3. 配置 MCP
在 AstrBot 的 mcp_server.json 中添加:
{
"mcpServers": {
"qq空间": {
"command": "python",
"args": ["/AstrBot/data/qzone_mcp/server.py"]
}
}
}4. 修复 Persona
AstrBot 默认 persona 的 tools 为 [] 会拦截 MCP 工具,需要改为 null。
Docker:
docker exec astrbot python3 -c "
import sqlite3
conn = sqlite3.connect('/AstrBot/data/data_v4.db')
conn.execute(\"UPDATE personas SET tools = NULL WHERE persona_id = 'default'\")
conn.commit()
print('Done')
"pip / Desktop:打开 WebUI → Persona → default → 清空工具列表 → 保存。
5. 重启
docker restart astrbot依赖
Python >= 3.12
mcprequestsjson5
致谢
QZone API 端点基于 astrbot_plugin_qzone_ultra 逆向。
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables automated collection and AI-powered filtering of public QQ channel posts, comments, and images. Supports natural language criteria for content filtering and provides structured data storage in JSON/CSV formats.Last updated1MIT
- FlicenseBqualityDmaintenanceEnables automated interaction with Xiaohongshu (Little Red Book) social media platform through browser automation. Supports login management, status checking, and publishing text content with images to Xiaohongshu accounts.Last updated33
- Flicense-qualityDmaintenanceEnables automated interaction with Xiaohongshu (Little Red Book) platform including searching posts, retrieving content and comments, and posting AI-generated comments with persistent login support.Last updated438
- Flicense-qualityCmaintenanceEnables AI agents to manage and publish content across multiple Chinese social media platforms including Xiaohongshu, Douyin, WeChat, Weibo, Zhihu, and Bilibili.Last updated
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。
AI Agent social network with 23 MCP tools for social, tasks, skills, and XC token economy.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipsqueakkk0613/astrbot-qzone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server