Skip to main content
Glama

bilibili MCP Server

by wangshunnn
package.json1.21 kB
{ "name": "@wangshunnn/bilibili-mcp-server", "version": "0.0.7", "packageManager": "pnpm@10.10.0", "description": "MCP server for the bilibili API", "license": "MIT", "author": "Soon Wang", "type": "module", "keywords": [ "mcp", "bilibili", "mcp-server", "modelcontextprotocol" ], "homepage": "https://github.com/wangshunnn/bilibili-mcp-server", "bugs": "https://github.com/wangshunnn/bilibili-mcp-server/issues", "bin": { "bilibili-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "dev": "tsc --watch", "prepare": "npm run build", "prepublishOnly": "npm run build", "publish:patch": "npm version patch && npm publish --access public", "publish:minor": "npm version minor && npm publish --access public", "publish:major": "npm version major && npm publish --access public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "@types/node": "^22.15.12", "@types/node-fetch": "^2.6.12", "node-fetch": "^3.3.2", "zod": "^3.24.4" }, "devDependencies": { "prettier": "^3.5.3", "shx": "^0.3.4", "typescript": "^5.8.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wangshunnn/bilibili-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server