BiliNote-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_noteA | 提交一个视频链接/本地文件,异步生成 AI Markdown 笔记。 |
| get_task_statusA | 查询笔记生成任务进度。SUCCESS 时 result 含 markdown / transcript / audio_meta。 |
| wait_for_noteA | 阻塞轮询笔记生成任务直到完成(或超时)。长视频可能超过 timeout,可用多次调用续等。 |
| list_providersA | 列出已配置的 LLM 供应商(id、名称、类型、启用状态、api_key 掩码)。 |
| add_providerA | 新增一个 LLM 供应商。type 取值参考:openai / deepseek / qwen / groq / custom。 |
| update_providerA | 更新 LLM 供应商配置(base_url / name / enabled 等非敏感字段)。 |
| list_modelsA | 列出某 LLM 供应商可用的模型。 优先实时请求供应商的 /v1/models 接口;接口不可用时回退到本地数据库已添加的模型。 |
| add_modelA | 手动把一个模型名添加为某供应商的可用模型(供应商 /v1/models 接口不可用时用)。 |
| get_transcriber_configA | 查看当前转写引擎配置(fast-whisper 本地 / groq / bcut / kuaishou / mlx-whisper 云端)与模型就绪状态。 |
| set_transcriberA | 切换转写引擎。 |
| list_transcriber_modelsA | 列出本地 whisper 模型(fast-whisper)的下载状态。 |
| download_transcriber_modelA | 在后台下载 whisper 模型(仅本地引擎需要)。下载中/完成后用 list_transcriber_models 查询。 |
| health_checkA | 检查 MCP 运行环境:FFmpeg、数据库、转写器配置与本地 whisper 模型就绪状态。 |
| validate_urlA | 判断视频链接属于哪个平台,以及是否受支持。 支持:bilibili(含 b23.tv)、youtube(含 youtu.be)、douyin、tiktok、kuaishou、本地文件路径。 |
| set_downloader_cookieA | 设置平台下载 Cookie(如 bilibili 的 SESSDATA),用于下载需登录/会员的内容。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/HuangYincan/BiliNote-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server