WebDAV MCP Server enables Claude and other MCP clients to interact with WebDAV file systems through natural language commands. Built with TypeScript and the Model Context Protocol, it provides a complete set of CRUD operations for files and directories, supports both stdio transport (for Claude Desktop integration) and HTTP/SSE transport for remote access, and includes security features like basic authentication and bcrypt password encryption. The server exposes WebDAV operations as MCP resources, tools, and prompts, making it ideal for AI assistants that need to manage documents, configuration files, or any content stored on WebDAV-compatible servers.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Create a new file on a remote WebDAV server.
Retrieve content from a file stored on a remote WebDAV server.
Update an existing file on a remote WebDAV server.
Delete a file or directory from a remote WebDAV server.
Create a new directory on a remote WebDAV server.
Move or rename a file/directory on a remote WebDAV server.
Copy a file/directory to a new location on a remote WebDAV server.
List files and directories on a remote WebDAV server.