Bilibii Mcp Server
@HEXING19
About Bilibii Mcp Server
这是一个基于Model Context Protocol (MCP)的服务,用于查询B站用户的粉丝数量。通过提供B站用户ID,可以获取该用户的粉丝数。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bilibii-mcp-server": {
"command": "node",
"args": [
"test-api.js"
]
}
}
}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 Bilibii Mcp Server?
Bilibii Mcp Server is a Model Context Protocol (MCP) service that queries Bilibili user follower counts. It accepts a Bilibili user ID and returns the user's name and follower count. The service is designed for integration with large language models such as Claude and GPT.
How to use Bilibii Mcp Server?
Install Node.js v16.0.0 or later, clone the repository, run npm install, then start the server with npm start. Use an MCP Inspector to call the getBilibiliFollowerCount tool with the required userId parameter (a numeric Bilibili user ID).
Key features of Bilibii Mcp Server
- Query follower count by Bilibili user ID.
- Supports MCP protocol for AI model integration.
- Includes error handling and detailed logging.
Use cases of Bilibii Mcp Server
- Integrate Bilibili follower data into AI assistant workflows.
- Monitor follower counts for multiple Bilibili creators automatically.
- Build analytics dashboards using data fetched via MCP tools.
- Verify user identity by cross-checking follower count with other sources.
FAQ from Bilibii Mcp Server
Why does the service require a user ID instead of a username?
Bilibili's API directly supports querying by user ID, which is more reliable and efficient. Usernames can change or duplicate, while IDs are unique.
How are API request failures handled?
The service automatically retries and logs detailed error information to the logs directory for troubleshooting.
What are the prerequisites to run this server?
You need Node.js v16.0.0 or higher and a package manager like npm or yarn.
How do I find a Bilibili user ID?
Visit the user's space page and look at the URL (e.g., space.bilibili.com/163637592); the numeric segment is the user ID.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments