Back to Apps

MCP Collection - File Server
by d-issy
Comprehensive file operations server for MCP-compatible AI assistants with advanced safety features.
0 stars
Works in:claude
Exposes:Tools
What it does
This server provides a robust set of file system tools, allowing AI assistants to read, write, edit, and organize files on the local system while maintaining strict safety boundaries.
Tools
read: Reads the contents of a file.write: Writes content to a file.edit: Modifies a file's content.copy: Copies a file to a new location.move: Moves or renames a file.find: Searches for files based on patterns.grep: Searches for text within files.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"file-mcp": {
"command": "node",
"args": ["/path/to/mcp-collection/dist/servers/file-mcp/index.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g mcp-collectionInformation
- Pricing
- free
- Published
- 6/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"file-mcp": {
"command": "node",
"args": ["/path/to/mcp-collection/dist/servers/file-mcp/index.js"]
}
}
}





