# Bilibili History MCP

> Use when an AI client needs to read BilibiliHistoryFetcher data through its read-only LAN MCP server without loading the full project context.

- Skill: `tomevault-io/bilibili-history-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/bilibili-history-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/bilibili-history-mcp/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/bilibili-history-mcp

---


# Bilibili History MCP

Use the project's MCP server instead of reading files directly when the user asks for local Bilibili history, yearly reports, viewing analytics, interaction records, video details, scheduler status, or data health.

## Start Here

1. Read `bili://project/overview`.
2. Read `bili://project/data-status`.
3. Read `bili://project/tool-guide` only when choosing a tool is unclear.

## Tool Rules

- Prefer summary tools before record tools.
- Always paginate record tools; keep `size` small unless the user asks for bulk analysis.
- Use `query_history_records` for browsing and `search_history_records` for keyword lookup.
- Use `get_annual_summary`, `get_viewing_analytics`, and `get_title_analytics` for analysis.
- Use `query_interaction_records` only after `get_interaction_summary` when details are needed.
- Do not ask for write operations; this MCP intentionally does not expose sync, fetch, download, delete, login, reset, or config update.

## Privacy

The MCP is LAN HTTP with Bearer Token auth. Treat returned watch history as private user data. Do not request secrets such as SESSDATA, bili_jct, email passwords, or config tokens.

---
> Source: [LifeArchiveProject/BilibiliHistoryFetcher](https://github.com/LifeArchiveProject/BilibiliHistoryFetcher) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-28 -->

