@zhangshasha0420/dms-upload-mcp
v1.0.0
Published
MCP server for uploading files to DMS system
Maintainers
Readme
File Upload MCP Server
一个用于上传文件到山石文档管理系统的 MCP 服务器。
A Model Context Protocol (MCP) server for uploading files to DMS System.
Features
- 📤 Upload files to DMS system and get url
- 🖼️ Support common file formats
- 🌐 Works with VSCode IDE, Claude Desktop, and other MCP clients
Installation
npm install -g @zhangshasha0420/dms-upload-mcpConfiguration
For VSCode IDE
Step 1: Open VSCode IDE settings and find MCP configuration section.
Step 2: Add the following configuration
{
"mcpServers": {
"dms-upload": {
"command": "npx",
"args": ["-y", "@zhangshasha0420/dms-upload-mcp"],
}
}
}Step 3: Restart VSCode IDE to apply the configuration.
Usage
const result = await tools.upload_file({
doc_parent: "221018",
doc_title: "Security Implementation Plan",
file_path: "/Users/username/documents/plan.pdf",
doc_type: "FS/FD",
frid: "123456",
code_type: 1
});Requirements
- Node.js >= 18.0.0
License
MIT
Author
zhangshasha0420
