Bilibili

by kitsunex07

Not rated
GitHub

About

Interact with the Bilibili video website, enabling actions like searching for videos, retrieving video information, and accessing user data.

Details

Author
kitsunex07
Categories
Web Scraping, Other, Search, Media

Setup

Install Bilibili in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/kitsunex07/bilibili-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

A mcp agent which allows LLMs to interact with the Bilibili video website.

git clone https://github.com/KitsuneX07/bilibili-mcp.git cd bilibili-mcp uv sync
cd /path/to/your/bilibili-mcp cp .env.example .env vi .env # edit the .env file correctly, instructions can be found at https://nemo2011.github.io/bilibili-api/#/get-credential
uv run --directory /path/to/your/bilibili-mcp /path/to/your/bilibili-mcp/server.py
"mcpServers": { "bilibili-mcp": { "command": "uv", "args": [ "run", "--directory", "/path/to/your/bilibili-mcp", "/path/to/your/bilibili-mcp/server.py" ] } }

This project exposes several functionalities as MCP tools, allowing external systems to interact with Bilibili video features.

- get_video_comments(bvid: str, page_index: int = 1, time_order: bool = False): Retrieves comments for a given Bilibili video.
- send_comment(bvid: str, message: str): Sends a comment to a specified Bilibili video.
- download_video_best_quality(bvid: str, part_name: Optional[str] = None, out_dir: str = os.getenv("DOWNLOAD_DIR", "downloads")): Downloads a Bilibili video in the best available quality.
- get_hot_videos(num_videos: int = 10): Retrieves a list of hot videos from Bilibili.
- search_video(keyword: str, num_results: int = 10, descending: bool = True, order_type: search.OrderVideo = search.OrderVideo.TOTALRANK): Searches for videos on Bilibili based on a keyword.
- get_video_info(bvid: str): Retrieves detailed information about a Bilibili video.
- pay_video_coin(bvid: str, num: int = 1, like: bool = False): Pays coins to a Bilibili video.
- triple_video(bvid: str): Performs a "triple" action (like, coin, favorite) on a Bilibili video.
- add_video_to_toview(bvid: str): Adds a Bilibili video to the "Watch Later" list.
- delete_video_from_toview(bvid: str): Deletes a Bilibili video from the "Watch Later" list.
- like_video(bvid: str, like: bool = True): Likes or unlikes a Bilibili video.

- create_video_favorite_list(title: str, introduction: str = "", private: bool = True): Creates a new video favorite list.
- delete_video_favorite_list(favorite_list_name: str): Deletes a video favorite list by its name.
- set_video_favorite(bvid: str, favorite_list_name: str): Adds a video to a specified favorite list.
- unset_video_favorite(bvid: str, favorite_list_name: str): Removes a video from a specified favorite list.

Guidelines for how others can contribute to this project.
- Fork the repository.
- Create a new branch (git checkout -b feature/YourFeature).
- Make your changes.
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeature).
- Open a Pull Request.

Information about the license under which your project is distributed.

This project is licensed under the [LICENSE NAME] - see theLICENSEfile for details.

MCP server for Al Jazeera 360 — Connect AI assistants to Al Jazeera's streaming catalog. Search, browse, and retrieve Arabic video content with direct watch links.

A Model Context Protocol (MCP) server that enables AI applications to search and download audio resources from the Freesound platform via natural language commands.

YouTube data MCP server for AI agents to search videos, fetch transcripts, read comments, and inspect channels, playlists, and video details.

Access YouTube video data and transcripts using the YouTube Data API.

Extract metadata and captions from YouTube videos and convert them to markdown.

A zero-setup server to extract transcripts from YouTube videos on any platform.

A high-performance MCP server for fetching YouTube video transcripts, with support for caching, rate limiting, and proxy rotation.

Download video and audio content from various websites like YouTube, Facebook, and Tiktok using yt-dlp.

Download video and audio from various platforms like YouTube, Facebook, and TikTok using yt-dlp.

https://github.com/vamsi-kodimela/maagpi-youtube-mcp

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.