qq-mcp-server
About
创建并激活虚拟环境,安装依赖(pip install -r requirements.txt),然后运行python -m src.main或使用命令simple-python。
Details
- Author
- kirikoko1213
- Downloads
- 257
- Categories
- Other
Jump to
—
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
qq-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
创建并激活虚拟环境,安装依赖(pip install -r requirements.txt),然后运行python -m src.main或使用命令simple-python。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"qq-mcp-server": {
"qq-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}
}
McpServers
{
"qq-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
qq-mcp-server
用于 qq 机器人的 MCP 服务简单Python项目
这是一个简单的Python项目模板,包含基本的项目结构和配置。
安装
# 创建并激活虚拟环境
python -m venv venv
source venv/bin/activate # 在Windows上使用: venv\Scripts\activate
安装依赖
pip install -r requirements.txt
开发模式安装
pip install -e .
使用方法
直接运行主程序:
python -m src.main
或者使用安装后的命令:
simple-python
测试
运行测试:
pytest
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



