Filesystem MCP Server
Essential
File Systems
stdio
FeaturedThe essential MCP server for file operations. Read, create, edit, move, and search files within explicitly allowed directories. Provides sandboxed access to prevent unauthorized filesystem traversal — a fundamental building block for any AI development workflow.
Quick Install
$ npx -y @modelcontextprotocol/server-filesystem /path/to/allowedConfiguration by Client
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:/Projects"
]
}
}
}Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.
Available Tools (7)
read_filewrite_fileedit_filelist_directorysearch_filesmove_fileget_file_info