MCP Server
MCP
WebDAV MCP
Zero-dependency WebDAV MCP server — single static binary, no Node.js or Python. 8 tools via stdio.
Install
mcpb:https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-arm64
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-arm64",
"fileSha256": "273381d59b349133ce25601f2764ea1547273bad8ea0fe9324273dd67cc72545",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the WebDAV server (e.g. http://192.168.1.10:8080)",
"isRequired": true,
"format": "string",
"name": "WEBDAV_URL"
},
{
"description": "WebDAV username",
"format": "string",
"name": "WEBDAV_USER"
},
{
"description": "WebDAV password",
"format": "string",
"isSecret": true,
"name": "WEBDAV_PASS"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-macos-x86_64",
"fileSha256": "79c4bf603b378c6aed90fc391c31ec25084e56f1757a560e28fd4d041da0176a",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the WebDAV server (e.g. http://192.168.1.10:8080)",
"isRequired": true,
"format": "string",
"name": "WEBDAV_URL"
},
{
"description": "WebDAV username",
"format": "string",
"name": "WEBDAV_USER"
},
{
"description": "WebDAV password",
"format": "string",
"isSecret": true,
"name": "WEBDAV_PASS"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-linux-x86_64",
"fileSha256": "d8078f6d73ab9a0f845b2a299746969d62f82c01538141593cf725457a0892d1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the WebDAV server (e.g. http://192.168.1.10:8080)",
"isRequired": true,
"format": "string",
"name": "WEBDAV_URL"
},
{
"description": "WebDAV username",
"format": "string",
"name": "WEBDAV_USER"
},
{
"description": "WebDAV password",
"format": "string",
"isSecret": true,
"name": "WEBDAV_PASS"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-linux-arm64",
"fileSha256": "dfec0359b53a7299f613170c8cf84778a1163f154ca6e70529bdea1dc453a32d",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the WebDAV server (e.g. http://192.168.1.10:8080)",
"isRequired": true,
"format": "string",
"name": "WEBDAV_URL"
},
{
"description": "WebDAV username",
"format": "string",
"name": "WEBDAV_USER"
},
{
"description": "WebDAV password",
"format": "string",
"isSecret": true,
"name": "WEBDAV_PASS"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-linux-armv7",
"fileSha256": "8c44cd34f2529e2651084a4aa06aa488218d800be1ad5564a3a73b2c46805f95",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the WebDAV server (e.g. http://192.168.1.10:8080)",
"isRequired": true,
"format": "string",
"name": "WEBDAV_URL"
},
{
"description": "WebDAV username",
"format": "string",
"name": "WEBDAV_USER"
},
{
"description": "WebDAV password",
"format": "string",
"isSecret": true,
"name": "WEBDAV_PASS"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/vernonstinebaker/webdav-mcp/releases/download/v1.1.1/webdav-mcp-windows-x86_64.exe",
"fileSha256": "e6125d8df79be417ffa244c10eb544571f2ab08db072bbe4b1548de0ad8d8791",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the WebDAV server (e.g. http://192.168.1.10:8080)",
"isRequired": true,
"format": "string",
"name": "WEBDAV_URL"
},
{
"description": "WebDAV username",
"format": "string",
"name": "WEBDAV_USER"
},
{
"description": "WebDAV password",
"format": "string",
"isSecret": true,
"name": "WEBDAV_PASS"
}
]
}
]
}
mcp
model-context-protocol
mcpb
By
Comments
Sign in to leave a comment