
Developer Tools
v1.15.0
active
222wcnm-bilistalkermcp
ai.smithery/222wcnm-bilistalkermcp
Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p…
Documentation
BiliStalkerMCP
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
Tool | Description | Parameters |
---|---|---|
get_user_info | User profile and stats | user_id or username |
get_user_video_updates | Video publications with subtitles | user_id /username , page , limit |
get_user_dynamic_updates | User dynamics with type filtering | user_id /username , offset , limit , dynamic_type |
get_user_articles | Article publications | user_id /username , page , limit |
get_user_followings | Following list | user_id /username , page , limit |
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
No installation packages available.
Remote
streamable-http
https://server.smithery.ai/@222wcnm/bilistalkermcp/mcpRelated Servers
ai.alpic.test/test-mcp-server
Alpic Test MCP Server - great server!
ai.shawndurrani/mcp-merchant
Search-only commerce MCP server backed by Stripe (test)
ai.smithery/aicastle-school-openai-api-agent-project11
Fetch the latest available stock quotes by ticker symbol across international markets. Check price…