Filesystem MCP Server
CommunityContributed by Model Context Protocol
Read, write, and manage files and directories on the local filesystem. Provides secure, scoped access to specified directories.
About the Filesystem MCP Server
The Filesystem MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Read, write, and manage files and directories on the local filesystem. Provides secure, scoped access to specified directories. This is a community-contributed MCP server by Model Context Protocol.
Install the Filesystem MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${input:ALLOWED_DIR}"
],
"metadata": {
"inputs": [
{
"id": "ALLOWED_DIR",
"label": "Allowed Directory",
"description": "Path to the directory the server is allowed to access. The server will only read/write files within this directory.",
"type": "directory_path",
"required": true,
"secret": false,
"placeholder": "C:\\Users\\you\\projects or /home/you/projects"
}
]
}
}Categories
Tags
Supported AI Clients
The Filesystem MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Box
Securely connect AI agents to your enterprise content in Box. Search files and folders, run Box AI, and manage content through Box's official hosted remote MCP server. Authenticates via OAuth in your browser, no local setup required.
Dropbox
Access, search, and manage your Dropbox files and folders through Dropbox's official hosted remote MCP server. Authenticates via Dropbox OAuth in your browser, no local setup or tokens required.
Excel (uvx)
Create, read, and modify Excel workbooks without Microsoft Excel installed. Supports formulas, formatting, charts, pivot tables, Excel tables, and data validation.
Google Drive (npx)
Search and read Google Drive files and read/update Google Sheets via OAuth. Provides gdrive_search, gdrive_read_file, gsheets_read, and gsheets_update_cell tools, plus gdrive:/// file resources.
Install Filesystem with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.