← Back to MCP Servers

Filesystem

developmenteasystdio

Read, write, and manage local files and directories through MCP. Enables AI agents to work directly with the file system.

ProviderAnthropic
Quality*****
Transportstdio
Complexityeasy
Package@modelcontextprotocol/server-filesystem
read_filewrite_filelist_directorycreate_directorymove_filesearch_files
>npx @modelcontextprotocol/server-filesystem
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem"
      ]
    }
  }
}
Official SiteGitHub