wangshunnn/bilibili-mcp-server
MCP server for the bilibili API
Platform-specific configuration:
{
"mcpServers": {
"bilibili-mcp-server": {
"command": "npx",
"args": [
"-y",
"bilibili-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[![MIT licensed][badge-license]][url-license] [![NPM version][badge-npm-version]][url-npm] [][url-npm]
English | 简体中文
> _Model Context Protocol (MCP) Server for the bilibili.com API._
<a href="https://glama.ai/mcp/servers/@wangshunnn/bilibili-mcp-server"> </a>
midbvid> Refer to the official documentation
config for npm (recommended)
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "@wangshunnn/bilibili-mcp-server"]
}
}
}_or_
config for local cloned repo
{
"mcpServers": {
"bilibili": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/bilibili-mcp-server/dist/index.js"
]
}
}
}Save the configuration and restart. You will see the new bilibili MCP option as shown below:
<div align="center">
</div>
https://github.com/user-attachments/assets/813dece6-c9b5-4bc5-96c1-c3b4d284cc76
pnpm ipnpm build
# or
pnpm devTo publish a new version to npm:
# For patch version update (0Loading reviews...