baomihua-formatter
A Node.js MCP server for inspecting and operating on media files in OpenList and CloudDrive2, plus querying TMDB movie and TV metadata.
README
Baomihua Formatter MCP Server
A standalone Node.js MCP server for inspecting and operating on media files in OpenList and CloudDrive2, plus querying TMDB movie and TV metadata. The server communicates over MCP stdio and keeps storage/TMDB credentials in local environment configuration rather than in tool descriptions or checked-in documentation.
Requirements
- Node.js 20 or newer (
package.jsondeclaresengines.node >=20.0.0). - Network access to the configured OpenList and/or CloudDrive2 endpoint when those backends are used.
- TMDB credentials when using the TMDB tools.
Install
From the server project directory:
Set-Location C:\path\to\baomihua-formatter-mcp-server
Copy-Item .env.example .env
npm install
Edit the local .env with the endpoints and credentials needed by your environment. .env is ignored by Git; never commit it, paste secrets into this README, or include real credentials in an MCP client configuration checked into source control.
The supported configuration keys are documented by .env.example, including:
OPENLIST_URL,OPENLIST_USERNAME,OPENLIST_PASSWORD, and optionalOPENLIST_OTP_CODE;CLOUDDRIVE2_URL,CLOUDDRIVE2_TOKEN, andCLOUDDRIVE2_TLS;TMDB_API_KEYorTMDB_TOKEN, plus optionalTMDB_LANGUAGEandTMDB_PROXY;STORAGE_CONCURRENCY,UPLOAD_CONCURRENCY, andSTORAGE_MAX_CONCURRENCY;
Run the MCP server
The npm script starts the stdio server:
npm run mcp
The process is intended to be launched by an MCP client, so normal protocol traffic is sent over stdin/stdout. Keep diagnostics out of stdout when embedding the server.
Generic MCP client entry
Use an absolute Node executable and an absolute server path. Replace only the example paths and configure secrets through the server's local .env; this entry intentionally contains no credentials:
{
"mcpServers": {
"baomihua-formatter": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"C:\\path\\to\\baomihua-formatter-mcp-server\\server.js"
]
}
}
}
The MCP client should launch the entry from a context where the server project has its .env file. An equivalent shell command is:
& 'C:\Program Files\nodejs\node.exe' 'C:\path\to\baomihua-formatter-mcp-server\server.js'
Tool groups and semantics
Storage navigation
Both storage backends expose a direct listing and a recursive scan:
openlist_list/clouddrive2_listlist direct children only.openlist_scan/clouddrive2_scanrecursively collect descendants and accept boundedconcurrencyandcontinue_on_erroroptions.openlist_stat/clouddrive2_statinspect one exact path.openlist_search/clouddrive2_searchsearch entries below a path.
Scan and upload-directory operations use bounded concurrency. Keep concurrency within the server's configured maximum and leave continue_on_error false unless partial completion is intentionally accepted.
File operations
OpenList and CloudDrive2 each provide tools for creating directories, renaming, deleting files/directories, moving, copying, and uploading files/directories. CloudDrive2 also provides clouddrive2_get_download_url.
Every mutating tool requires confirm: true. The Agent or MCP client must first present the exact proposed paths, names, destinations, conflict policy, and destructive effects to the user. The server rejects unconfirmed mutations. continue_on_error is not a confirmation mechanism; it only controls whether a bounded batch continues after an item fails.
TMDB
The server exposes tmdb_search_movie, tmdb_search_tv, tmdb_get_movie_details, tmdb_get_tv_details, and tmdb_get_season_details. These tools return candidates or metadata; they do not rename files.
Filename title/year/season/episode/quality extraction is deliberately an Agent responsibility. For media formatting workflows, inspect the complete storage path, extract those fields independently, query TMDB candidates, validate the selected result with details, and ask the user to resolve ambiguous same-name candidates before proposing a mutation.
Recommended workflow
- Use a backend
*_listcall for direct navigation or*_scanfor recursive collection. - Keep original paths and parse title, year, season, episode, quality, and subtitle markers independently.
- Search TMDB, compare candidates with the parsed evidence, and fetch details for the chosen ID.
- Show a complete rename/move/copy/delete/upload proposal and wait for explicit confirmation.
- Execute the confirmed mutation with
confirm: true. - Verify with a follow-up list, stat, or scan and report successes, skips, and errors.
Development
Run the test suite from this directory:
npm test
The project is private, uses ESM, and has no runtime dependency on the older formatter CLI. Keep credentials and generated logs out of commits.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。