MCP.so
登录

简介

@DnullP

关于 简介

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

DnullP

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is 简介?

简介 is a Go‑based MCP server that integrates with Bilibili. It currently supports tools for querying personal information, personal latest follows (with login), and searching videos. It is designed for AI systems that want to obtain personalized video content from Bilibili.

How to use 简介?

The server can run via SSE or stdio. To access private data that requires login, create a YAML configuration file containing a Bilibili cookie and pass its file path as the first argument when starting the server (e.g., D:\bili\Bilimcp.exe D:\bili\config.yml).

Key features of 简介

  • Query Bilibili personal information (login may be needed)
  • Query personal latest follows (login required)
  • Search for videos
  • Supports SSE and stdio transports
  • YAML configuration for cookie-based authentication
  • Written in Go

Use cases of 简介

  • AI assistants that need to find relevant Bilibili videos based on user personalization
  • Automated tools that monitor a user’s latest followed content
  • Searching Bilibili videos programmatically via MCP

FAQ from 简介

What transports does 简介 support?

It supports SSE (Server-Sent Events) and stdio.

Do I need to log in to use all tools?

No. Video search does not require login, but querying personal information and latest follows require a Bilibili cookie.

How do I provide my Bilibili cookie?

Create a YAML file with a Cookie: xxxxx entry and pass its path as the first command-line argument when starting the server.

评论

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