blbl-mcp-server
Verified Safeby Mist-wu
Overview
This MCP server provides a tool to search for users on Bilibili using the Bilibili API.
Installation
python bilibili.pySecurity Notes
The code primarily acts as a wrapper around the `bilibili-api-python` library, exposing a search function. There are no 'eval' or 'exec' calls, hardcoded secrets, or obvious malicious patterns. The input 'keyword' is passed directly to a library function, which is generally considered safe. The server runs via standard I/O, limiting direct network exposure beyond the Bilibili API calls themselves.
Similar Servers
pipelex-mcp
Enables AI agents to build and execute Pipelex pipelines from natural language descriptions via the Model Context Protocol (MCP).
mcp-server-iris
Provides a Model Context Protocol (MCP) server for InterSystems IRIS database interaction, automation, and interoperability production management, allowing AI agents to query and control IRIS environments.
mcp-code-exec-python
Provides a Model Context Protocol (MCP) server for executing arbitrary Python code with optional package installations, supporting HTTP, SSE, and STDIO transports.
expenselm-mcp-server
This server likely functions as a backend API for an expense management system, potentially integrating with or serving an expense-specific language model.