F
Filesystem MCP Server
VerifiedSecure file operations with configurable access controls for AI agents.
A Model Context Protocol server that provides filesystem operations with configurable access controls. Allows AI agents to read, write, and manage files within specified directories.
Supports reading, writing, moving, searching files and directories. Access is restricted to explicitly allowed directories for security.
Install
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir MCP Client Config
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/dir"
]
}
}
} Capabilities
Tools
read_filewrite_filelist_directorymove_filesearch_filesget_file_info
Resources
file://
Compatible With
Claude Desktop Claude Code Cursor Windsurf Continue
Metrics
84,186
GitHub Stars
8,050,941
Installs
304,544
Weekly
353
Open Issues
More in Files & Storage
Best of Files & Storage → G
Google Drive MCP Server
Search, read, and manage Google Drive files from AI agents.
open-source 90/100
Files & Storage
D
Dropbox MCP Server
Access Dropbox files and folders from AI agents.
open-source 45/100
Files & Storage
A
AWS S3 MCP Server
Manage S3 buckets and objects from AI agents.
open-source 44/100
Files & Storage