MCP.so
Sign In

qq-mcp-server

@kirikoko1213

About qq-mcp-server

用于 qq 机器人的 MCP 服务

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

kirikoko1213

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "qq-mcp-server": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

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

用于QQ机器人的MCP服务,基于Python的简单项目模板。

How to use qq-mcp-server?

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

Key features of qq-mcp-server?

Use cases of qq-mcp-server?

FAQ from qq-mcp-server?

Comments

More Other MCP servers