PluginBench
MCP Server

WebDAV MCP MCP Server

io.github.vernonstinebaker/webdav-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WEBDAV_URL
    required

    Base URL of the WebDAV server (e.g. http://192.168.1.10:8080)

  • WEBDAV_USER

    WebDAV username

  • WEBDAV_PASS
    secret

    WebDAV password

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-arm64

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →