Quick Start
Add the following configuration to .mcp.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/your/project/path"]
}
}
}Overview
Filesystem MCP is the official local file access MCP server with 4,000+ GitHub stars. Safely read, write, search, and manage files within a specified root directory. The agent cannot access files outside the root. Read-only mode is supported.
Source & Thanks
Part of MCP Servers. Licensed under MIT.