MCP Hub
Back to servers

222wcnm-bilistalkermcp

An MCP server for tracking Bilibili content creators, providing access to user profiles, video updates with subtitles, articles, and filtered social dynamics.

Stars
1
Tools
5
Updated
Dec 20, 2025
Validated
Jan 9, 2026

BiliStalkerMCP

Python MCP Version smithery badge

A Model Context Protocol (MCP) server for comprehensive Bilibili user data acquisition.

Quick Start

Installation

Installing via Smithery

To install bilistalkermcp automatically via Smithery:

npx -y @smithery/cli install @222wcnm/bilistalkermcp

Manual Installation

uvx bili-stalker-mcp

Configuration

Add to your MCP client settings:

{
  "mcpServers": {
    "bilistalker": {
      "command": "uvx",
      "args": ["bili-stalker-mcp"],
      "env": {
        "SESSDATA": "your_sessdata",
        "BILI_JCT": "your_bili_jct",
        "BUVID3": "your_buvid3"
      }
    }
  }
}

Available Tools

ToolDescriptionParameters
get_user_infoUser profile and statsuser_id or username
get_user_video_updatesVideo publications with subtitlesuser_id/username, page, limit
get_user_dynamic_updatesUser dynamics with type filteringuser_id/username, offset, limit, dynamic_type
get_user_articlesArticle publicationsuser_id/username, page, limit
get_user_followingsFollowing listuser_id/username, page, limit

Dynamic Type Filtering

The get_user_dynamic_updates tool supports filtering by type:

dynamic_typeDescription
ALL (default)TEXT, IMAGE_TEXT, REPOST only (analysis-focused)
ALL_RAWAll types including VIDEO, ARTICLE
VIDEOVideo dynamics only
ARTICLEArticle dynamics only
DRAWImage-text dynamics only
TEXTText-only dynamics

Return Data Features

  • Human-readable timestamps: All time fields include formatted strings (e.g., created_time, publish_time)
  • Image URLs: Video covers (pic) and dynamic images (images) can be rendered with ![](https://raw.githubusercontent.com/222wcnm/bilistalkermcp/main/url)
  • Repost origin: REPOST dynamics include full origin object with original content details

Development

# Clone and setup
git clone https://github.com/222wcnm/BiliStalkerMCP.git
cd BiliStalkerMCP
uv pip install -e .

# Run tests
python tests/test_suite.py -u <user_id_or_username>

License

MIT


This project was entirely created and maintained by AI.

Reviews

No reviews yet

Sign in to write a review