Bilibili-Mcp-Server
@ssrskl
About Bilibili-Mcp-Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bilibili-Mcp-Server?
Bilibili-Mcp-Server is a Model Context Protocol server for Bilibili. It provides tools to interact with Bilibili content and users, such as fetching video information, liking videos, retrieving user profiles, following users, and checking a user’s coin balance. It is designed for developers building AI‑assisted tools that need access to Bilibili data.
How to use Bilibili-Mcp-Server?
Install dependencies with uv install. Configure environment variables (SESSDATA, BILI_JCT, DEDEUSERID) in a .env file or in the MCP client configuration. The server runs via uv using the command uv run server.py with a stdio transport. You can test it locally with the MCP Inspector using fastmcp dev server.py.
Key features of Bilibili-Mcp-Server
- Fetch video basic information (title, description, upload time)
- Like a video
- Get user basic information (username, avatar)
- Follow a user
- Retrieve a user’s coin count
Use cases of Bilibili-Mcp-Server
- An AI assistant that fetches and displays Bilibili video details on demand
- Automating user interactions like liking videos or following creators
- Checking a user’s coin balance for gamification or analytics
FAQ from Bilibili-Mcp-Server
What credentials are needed?
You must provide SESSDATA, BILI_JCT, and DEDEUSERID from your Bilibili account. See the linked guide for fetching these values.
How is the server installed?
Use uv install to install dependencies, then configure the environment variables before running.
What transport does the server use?
The server uses stdio transport, as shown in the MCP client configuration example.
Can I test the server locally?
Yes, you can use the MCP Inspector with fastmcp dev server.py to test the server’s tools.
Where are the credentials obtained?
Credentials are obtained from your Bilibili account. The README links to the bilibili-api documentation for detailed instructions.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments