Filesystem
developmenteasystdioRead, write, and manage local files and directories through MCP. Enables AI agents to work directly with the file system.
Details
ProviderAnthropic
Quality*****
Transportstdio
Complexityeasy
Package@modelcontextprotocol/server-filesystem
Available Tools
read_filewrite_filelist_directorycreate_directorymove_filesearch_files
Installation
>npx @modelcontextprotocol/server-filesystem
Claude Desktop Config
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem"
]
}
}
}