Baidu Netdisk Knowledge MCP
Related Servers
Alternatives to Baidu Netdisk Knowledge MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceExposes cloud drive file search, read/write, sharing, tagging, and more via the standardized MCP protocol, enabling AI clients like Claude Desktop and Cursor to interact with 一粒云 storage.-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI assistants to search, read, and manage files across multiple cloud drives (Baidu, Aliyun, 115, OneDrive, Quark) through a unified interface.19 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to access Yifangyun cloud drive via MCP, supporting queries of enterprise organization, department folders, file details, and download links.22 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables intelligent organization and retrieval of Baidu Netdisk files through semantic scanning, event clustering, and structured queries. Adds safety with protected moves, undo history, and customizable profiles, building on the official Baidu Netdisk MCP data layer.2-
- AlicenseNot gradedqualityBmaintenanceMCP server for summarizing content from Baidu Netdisk, local files, Bilibili, X, and web articles, producing Obsidian notes with bidirectional links and Feishu digests.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI applications to access Feishu (Lark) knowledge base and cloud documents through the MCP protocol.13 npm1ISC
TDQS
Scored across 27 tools
Several tools have overlapping purposes. The auth tools (baidu_auth_url, baidu_auth_qrcode_url, baidu_auth_qrcode) all generate OAuth URLs with subtle differences, and listing/search tools (baidu_list_files, baidu_list_all_files, baidu_list_selectable_files, baidu_search_files, baidu_search_selectable_files) create confusion about when to use each. The selection workflow (baidu_select_files, baidu_read_selection, baidu_analyze_selection) adds another layer of ambiguity.
The baidu_ prefix is consistent, and most tools follow a verb_noun pattern (baidu_list_files, baidu_delete_file, baidu_upload_file). A few exceptions like baidu_quota, baidu_operation_log, and baidu_file_metas are noun-only, and baidu_plan_organize_selection is somewhat verbose, but overall the naming is predictable and readable.
With 27 tools, this exceeds the 25+ threshold considered too many. The auth flow alone has six tools, and there are multiple variants for listing and searching files that could be consolidated. The tool count feels heavy for the server's purpose, even considering the broad feature set.
The tool set covers the core file lifecycle (create, read/upload, download, delete, rename, copy, move, list, search) and includes knowledge processing (read, analyze, run skill, plan organize). However, there is no skill management (create/update/delete skills) and the selection lifecycle only supports creation, not updates or deletion. These are minor gaps that agents can work around.