Bilibii Mcp Server
@HEXING19
关于 Bilibii Mcp Server
这是一个基于Model Context Protocol (MCP)的服务,用于查询B站用户的粉丝数量。通过提供B站用户ID,可以获取该用户的粉丝数。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bilibii-mcp-server": {
"command": "node",
"args": [
"test-api.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
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
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
评论