What is the WebDAV MCP MCP server?
Zero-dependency WebDAV MCP server — single static binary, no Node.js or Python. 8 tools via stdio.
How to install WebDAV MCP
Copy-paste configuration for popular MCP clients.
WEBDAV_URLrequiredBase URL of the WebDAV server (e.g. http://192.168.1.10:8080)
WEBDAV_USERWebDAV username
WEBDAV_PASSsecretWebDAV password
{
"mcpServers": {
"webdav-mcp": {
"command": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-arm64",
"args": [],
"env": {
"WEBDAV_URL": "<YOUR_WEBDAV_URL>",
"WEBDAV_USER": "<YOUR_WEBDAV_USER>",
"WEBDAV_PASS": "<YOUR_WEBDAV_PASS>"
}
}
}
}{
"mcpServers": {
"webdav-mcp": {
"command": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-arm64",
"args": [],
"env": {
"WEBDAV_URL": "<YOUR_WEBDAV_URL>",
"WEBDAV_USER": "<YOUR_WEBDAV_USER>",
"WEBDAV_PASS": "<YOUR_WEBDAV_PASS>"
}
}
}
}{
"mcpServers": {
"webdav-mcp": {
"command": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-arm64",
"args": [],
"env": {
"WEBDAV_URL": "<YOUR_WEBDAV_URL>",
"WEBDAV_USER": "<YOUR_WEBDAV_USER>",
"WEBDAV_PASS": "<YOUR_WEBDAV_PASS>"
}
}
}
}{
"servers": {
"webdav-mcp": {
"type": "stdio",
"command": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-arm64",
"args": [],
"env": {
"WEBDAV_URL": "<YOUR_WEBDAV_URL>",
"WEBDAV_USER": "<YOUR_WEBDAV_USER>",
"WEBDAV_PASS": "<YOUR_WEBDAV_PASS>"
}
}
}
}claude mcp add webdav-mcp --env WEBDAV_URL=<YOUR_WEBDAV_URL> --env WEBDAV_USER=<YOUR_WEBDAV_USER> --env WEBDAV_PASS=<YOUR_WEBDAV_PASS> -- https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-arm64Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.