qq-mcp-server

by kirikoko1213

257 downloads
Not rated
GitHub

About

创建并激活虚拟环境,安装依赖(pip install -r requirements.txt),然后运行python -m src.main或使用命令simple-python。

Details

Author
kirikoko1213
Downloads
257
Categories
Other

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 qq-mcp-server
    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

创建并激活虚拟环境,安装依赖(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
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.