MCPServers

Summary

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.

Available Actions(8)

webdav_create_remote_file

Create a new file on a remote WebDAV server.

webdav_get_remote_file

Retrieve content from a file stored on a remote WebDAV server.

webdav_update_remote_file

Update an existing file on a remote WebDAV server.

webdav_delete_remote_item

Delete a file or directory from a remote WebDAV server.

webdav_create_remote_directory

Create a new directory on a remote WebDAV server.

webdav_move_remote_item

Move or rename a file/directory on a remote WebDAV server.

webdav_copy_remote_item

Copy a file/directory to a new location on a remote WebDAV server.

webdav_list_remote_directory

List files and directories on a remote WebDAV server.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签