Back to MCP Servers
Bilibili Mcp.git
A FastMCP-based tool that fetches Bilibili's trending videos and exposes them via a standard MCP interface.
browser-automation
By xspadex
Installation
npx -y bilibili-mcp.gitConfiguration
{
"mcpServers": {
"bilibili-mcp.git": {
"command": "npx",
"args": ["-y", "bilibili-mcp.git"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes