What is the MCP File Tools MCP server?
Secure encoding-aware filesystem tools with atomic writes, legacy encodings, and typed errors
How to install MCP File Tools
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-file-tools": {
"command": "https://github.com/zoster81/mcp-file-tools/releases/download/v2.0.0/mcp-file-tools_windows_amd64.exe",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-file-tools": {
"command": "https://github.com/zoster81/mcp-file-tools/releases/download/v2.0.0/mcp-file-tools_windows_amd64.exe",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-file-tools": {
"command": "https://github.com/zoster81/mcp-file-tools/releases/download/v2.0.0/mcp-file-tools_windows_amd64.exe",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-file-tools": {
"type": "stdio",
"command": "https://github.com/zoster81/mcp-file-tools/releases/download/v2.0.0/mcp-file-tools_windows_amd64.exe",
"args": []
}
}
}Claude Code
claude mcp add mcp-file-tools -- https://github.com/zoster81/mcp-file-tools/releases/download/v2.0.0/mcp-file-tools_windows_amd64.exeRelated MCP servers
Scripthold
Active
Secure encoding-aware local workspace runtime for AI agents
0
View repository →Go
GPL-3.0