Overview
What is Bilibili MCP Server?
Bilibili MCP Server is a server based on the Model Context Protocol (MCP) designed for Bilibili, enabling interaction with user data and functionalities.
How to use Bilibili MCP Server?
To use the Bilibili MCP Server, you can either run it using npm or clone the repository and run it locally. Configuration is required to set it up with your environment.
Key features of Bilibili MCP Server?
get_user_info: Retrieve user profile information.
Use cases of Bilibili MCP Server?
- Integrating Bilibili user data into applications.
- Developing tools that require user interaction with Bilibili services.
FAQ from Bilibili MCP Server?
- What is the Model Context Protocol (MCP)?
MCP is a protocol designed to facilitate communication between different services and applications.
- Is Bilibili MCP Server free to use?
Yes! The Bilibili MCP Server is open-source and free to use.
- What programming language is used for Bilibili MCP Server?
The server is developed using TypeScript.
Server Config
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": [
"-y",
"@wangshunnn/bilibili-mcp-server"
]
}
}
}