TC
ToolCompared
MCP ServerFeatured

Filesystem MCP MCP Server

by Anthropic

Read and write local files inside an allowed directory.

OfficialTypeScriptDeveloper Tools

About Filesystem MCP

Reference filesystem server from the official MCP servers repo. Provides safe, sandboxed file read/write/list/search inside one or more allowed root directories.

Tags

fileslocalreadwrite

How to install Filesystem MCP

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Developer Tools