MCP.so
Sign In

简介

@DnullP

About 简介

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

go

Transports

stdio

Publisher

DnullP

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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 简介?

简介 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.

Comments

More Other MCP servers