MCP.so
登录

Bilibili-Mcp-Server

@ssrskl

关于 Bilibili-Mcp-Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

ssrskl

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器