mcp-servers
Verified Safeby developer-zht
Overview
Provides AI assistants with the ability to summarize video and audio content, specifically Bilibili videos.
Installation
npx @mcp-servers/bilibili-summarizerEnvironment Variables
- AUTHORIZATION_AI_API_KEY
- AUTHORIZATION_BILIBILI_SESSION_KEY
- LLM_PROVIDER
- LLM_MODEL
- LLM_TEMPERATURE
- LLM_MAX_TOKENS
- LLM_TOP_P
- BILIBILI_MAX_SUBTITLE_LENGTH
Security Notes
Sensitive API keys (for LLMs and Bilibili sessions) are correctly managed via environment variables, reducing the risk of hardcoded secrets. External API calls are directed to trusted services (Bilibili, OpenAI, Gemini). The use of `JSON.parse` in a script is for processing trusted API stream data, not arbitrary user input. The project adheres to a monorepo structure with good practices for dependency management and TypeScript, which helps maintain code quality and prevent common vulnerabilities.
Similar Servers
mcp
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
awesome-mcp-servers
A curated directory of Model Context Protocol (MCP) servers, acting as a central resource for AI models to discover and integrate with diverse local and remote capabilities.
dev-kit-gh-mcp-server
A GitHub Model Context Protocol (MCP) server designed for automation, bots, and AI agents to perform focused repository operations.
code-context
This project provides an MCP (Model Context Protocol) server that automatically scans codebases to extract and manage API endpoint specifications in a vector database for AI coding assistants, enabling instant lookup, semantic search, and complete specifications.