Back to Browse
Filesystem MCP
Description
Provides read/write access to the local filesystem. Supports file operations like reading, writing, moving, and searching files with configurable permission boundaries.
filesystemfilesiolocal
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"filesystem-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-filesystem"]
}
}
}