bilibii-mcp-server

bilibii-mcp-server

0

This project provides an MCP-based service to check follower counts for Bilibili users by user ID. It supports error handling, detailed logging, and integration with models like Claude and GPT.

Common Questions

Q: Why is the user ID used instead of a username?

A: Bilibili API supports direct queries using user IDs which are more reliable and efficient than usernames that might change or be duplicated.

Q: How to handle API request failures?

A: The service will automatically retry and log detailed error messages that can be reviewed in the logs directory.