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
18,500
GitHub Stars
38,000
Installs
2,800
Weekly
5
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 70/100
Files & Storage
A
AWS S3 MCP Server
Manage S3 buckets and objects from AI agents.
open-source 54/100
Files & Storage
D
Dropbox MCP Server
Access Dropbox files and folders from AI agents.
open-source 52/100
Files & Storage