Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Filesystem MCP Server logo
MCP server

Filesystem MCP Server

Reference server for scoped read and write access to local folders

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @modelcontextprotocol/server-filesystem /path/to/dir
mcpServers
{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/dir"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Not required
Tools
11
License
MIT
Tools
read_filewrite_fileedit_filelist_directorysearch_filesmove_fileget_file_info

One of the reference implementations kept alongside the protocol itself. It exposes a whitelist of directories — the model can list, read, write and move files inside them and nowhere else, which makes it the usual first server people connect and the clearest example of how access scoping should look.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?