# happyfish100/fastdfs | Model Context Protocol (MCP) Server > FastDFS is a high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs - **Stars**: ⭐ 9,238 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fastdfs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fastdfs" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fastdfs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fastdfs" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fastdfs` - **Docker**: `docker run -i --rm mcp/fastdfs`