Loading...
{
"mcpServers": {
"bilibili-search": {
"command": "npx",
"args": ["bilibili-mcp-js"],
"description": "B站视频搜索 MCP 服务,可以在AI应用中搜索B站视频内容。"
}
}
}searchBilibiliVideosSearches Bilibili for videos based on provided keywords and returns a list of video summaries.
Read-only operation; retrieves data without modifying any system state.
getBilibiliHotContentRetrieves Bilibili's trending content, including popular videos and music charts.
Read-only operation; fetches data without altering any system state.
getBilibiliVideoDetailsFetches detailed information about a specific Bilibili video using its BV or AV number.
Read-only operation; retrieves data without modifying any system state.
getBilibiliUserInfoRetrieves information about a Bilibili user, including basic details and follower counts.
Read-only operation; retrieves data without modifying any system state.
getBilibiliAnimeScheduleRetrieves the airing schedule for anime series within a specified time range.
Read-only operation; retrieves data without modifying any system state.
This MCP server is relatively safe due to its read-only nature and lack of direct system access. However, network access and reliance on an external API introduce potential risks that should be considered in deployment.