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
- Read
bili://project/overview. - Read
bili://project/data-status. - Read
bili://project/tool-guideonly when choosing a tool is unclear.
Tool Rules
- Prefer summary tools before record tools.
- Always paginate record tools; keep
sizesmall unless the user asks for bulk analysis. - Use
query_history_recordsfor browsing andsearch_history_recordsfor keyword lookup. - Use
get_annual_summary,get_viewing_analytics, andget_title_analyticsfor analysis. - Use
query_interaction_recordsonly afterget_interaction_summarywhen 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 — distributed by TomeVault.