WebDAV MCP Server
Related Servers
Alternatives to WebDAV MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides 8 WebDAV file operations as MCP tools for AI agents to interact with remote WebDAV servers.3MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables comprehensive filesystem operations including reading/writing files, directory management, file searching, editing with diff preview, compression, hashing, and merging with dynamic directory access control.542,166 npm-
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables Claude Desktop and other MCP clients to interact with WebDAV file systems through natural language commands for CRUD operations.822 npm19MIT
- AlicenseAqualityDmaintenanceEnables LLMs to manage and manipulate notes in Nextcloud Notes via WebDAV, supporting tasks like organizing, summarizing, rewriting, and translating notes through natural language commands.132MIT
- AlicenseNot gradedqualityCmaintenanceProvides Claude with complete file system integration including directory management, file operations, Office document creation/editing, and advanced file tree visualization.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to interact with Nextcloud instances through 30 tools across Notes, Calendar, Contacts, Tables, and WebDAV file operations, featuring a powerful unified search system for finding files without exact paths.13 npm38AGPL 3.0
TDQS
Scored across 16 tools
Every tool has a clearly distinct purpose with no ambiguity. Each tool name precisely indicates its specific action (copy, create, delete, edit, get, list, move, range_request, read_multiple, read, search, update) and target (file, directory, item), making misselection unlikely. The descriptions further clarify unique functionalities like git-style diff preview or byte range requests.
All tool names follow a consistent verb_noun pattern with the prefix 'webdav_' and snake_case throughout. The structure is predictable: webdav_<action>_<target>_<optional_modifier>, such as webdav_copy_remote_item or webdav_list_directory_with_sizes. There are no deviations in naming conventions across the set.
With 16 tools, the count is slightly high but reasonable for a WebDAV server covering file operations. It includes core CRUD actions, listing, searching, and specialized functions like range requests and multiple file reads. While comprehensive, it might feel heavy compared to simpler servers, but each tool appears justified for the domain.
The tool set provides complete CRUD and lifecycle coverage for WebDAV file management. It includes creation, retrieval (with various methods like get, read, range_request), updating (edit and update), deletion, copying, moving, listing, searching, and directory operations. There are no obvious gaps; agents can perform all essential file operations without dead ends.