Aurorien/MCP-server_Read-Write-List
3.2
If you are the rightful owner of MCP-server_Read-Write-List and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP-server that enables Claude to perform file operations such as reading, writing, and listing files within a specified directory.
MCP-server Read/Write/List files
An MCP-server that allows Claude to read, write or list files in a specified directory.
Instructions
- Clone repo.
- Navigate to repo in a terminal and install dependencies by running
npm install
. - Add .env file where you set ALLOWED_DIRECTORY to the directory you want Claude to have access to. Use absolute path.
- Build the solution by running
npm run build
. - Edit claude_desktop_config.json which you can find through Claude Desktop interface in the Developer section, or in a file explorer. Add MCP server configuration:
{
"mcpServers": {
"file-access": {
"command": "node",
"args": ["/absolute/path/to/your/mcpserver/dist/index.js"]
}
}
}
- Restart Claude Desktop completely (quit and reopen).
- Ready to use! Ask Claude eg. info of the files, list files or change in files.