mybox-mcp
Related Servers
Alternatives to mybox-mcp
No user-submitted related servers found.
Related Servers
- FlicenseCqualityCmaintenanceEnables AI clients to manage Naver Cloud MYBOX files and folders through the MYBOX Open API, including listing, uploading/downloading, copying/moving, renaming, searching, favoriting, and trash operations.20-
- AlicenseBqualityBmaintenanceUnofficial MCP server for NAVER WORKS Drive admin tasks, enabling shared-drive governance, permission management, and file operations via service-account delegation.16MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP-compatible clients to interact with Dropbox, providing tools for file listing, search, upload, download, folder creation, deletion, move/copy, sharing, and account info.MIT
- FlicenseNot gradedqualityCmaintenanceA read-only Google Drive MCP server that allows searching files, reading file content (with auto-export for Google Docs, Sheets, Slides), and retrieving file metadata via OAuth authentication.15 npm2-
- AlicenseNot gradedqualityCmaintenanceMCP server enabling file operations (list, search, read, rename, move) on Google Drive and OneDrive.MIT
- FlicenseNot gradedqualityBmaintenanceExposes a single shared Google Drive identity over Streamable HTTP so MCP clients can search, read, export, upload, update, move, copy, trash, and share Drive files, including auto-exported Workspace documents. Supports both full read-write access and optional bearer-token protection.-
TDQS
Scored across 7 tools
Each tool targets a distinct operation: aggregate quota, folder listing, single-item info, search, download, upload, and folder creation. Overlap is minimal; the list/search distinction is clear (browse vs query).
All names use the mybox_ prefix and snake_case, making them predictable and readable. There is a minor mix of verb-based (list, search, download, upload) and noun-based (storage, file_info) names, but no confusing inconsistency.
Seven tools cover the essential storage operations without redundancy. Each tool earns its place and the set is well-scoped for a cloud storage MCP.
Core read, write, and create operations are present, but the lifecycle is incomplete: there is no delete, move/rename, or copy operation. These are notable gaps for a file management server.