Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by Anthropic
Secure file operations with configurable access controls. Read, write, search, and manage files and directories with sandboxed permissions.
Install
npx -y @modelcontextprotocol/server-filesystemRun this command to install and start the server:
npx -y @modelcontextprotocol/server-filesystemAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"mcp-server-filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem"
]
}
}
}Other filesystem servers you might want to compare.
by Xuanwo
Unified storage access through Apache OpenDAL. Read and write to S3, GCS, Azure Blob, HDFS, and 40+ storage services.
by MladenSU
Execute shell commands and manage system processes securely. Run CLI tools, pipe commands, and interact with the terminal.
by nicepkg
AWS S3 operations for managing buckets and objects. Upload, download, list, copy, and organize files in cloud storage.
by PSU3D0
Read and manipulate Excel and CSV files locally. Parse spreadsheets, extract data, and transform tabular content.