Back to directory
laubplusco/mcp-webdav-server

laubplusco/mcp-webdav-server

@LaubPlusCo

Model Context Protocol (MCP) server that enables CRUD operations on a WebDAV endpoint with basic authentication.

webdavfile-systemcrudmcpcloud-storageremote-filescontext

Installation & Configuration

{
  "mcpServers": {
    "webdav": {
      "command": "npx",
      "args": [
        "-y",
        "webdav-mcp-server"
      ],
      "env": {
        "WEBDAV_ROOT_URL": "<WEBDAV_ROOT_URL>",
        "WEBDAV_ROOT_PATH": "<WEBDAV_ROOT_PATH>",
        "WEBDAV_USERNAME": "<WEBDAV_USERNAME>",
        "WEBDAV_PASSWORD": "<WEBDAV_PASSWORD>",
        "WEBDAV_AUTH_ENABLED": "true|false"
      }
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15