home / mcp / qqchannel mcp server

QQChannel MCP Server

Provides QQ Channel data collection with media downloads, incremental updates, and storage insights.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "git-guocc-qqchannelmcp": {
      "command": "python",
      "args": [
        "run_mcp_server.py"
      ]
    }
  }
}

You run a dedicated MCP server that collects data from QQ Channel, downloads media like images, GIFs, and videos, and keeps your storage up to date with incremental updates. This server is designed for efficient data collection, fast media handling, and reliable operation without needing a browser.

How to use

You operate the MCP server with an MCP client. Start the server, then use the provided MCP actions to test connectivity, collect daily content, and inspect storage usage. Practical workflows include testing the connection to your QQ Channel, collecting today’s Hello Kitty content, and checking how much storage you have left for ongoing captures.

Step-by-step usage pattern you can follow:

  • 1) Start the MCP server and ensure it is running without errors.
  • 2) Use test_connection to verify that the channel can be reached from the MCP server.
  • 3) Run collect_daily_hellokitty to fetch today’s Hello Kitty content and associated media.
  • 4) Execute get_storage_info to monitor remaining storage and usage trends over time.

Available tools

test_connection

Tests the connectivity to the QQ Channel from the MCP server to ensure the channel is reachable.

collect_daily_hellokitty

Collects today’s Hello Kitty content from the QQ Channel, including media where supported.

get_storage_info

Reports current storage usage and available space for MCP data.