file-system-mcp-server

tannistha12/file-system-mcp-server
★ 0 stars Unknown language File System Updated today
A Python-based File System MCP Server that demonstrates how AI assistants discover and invoke external tools to securely list, read, write, and search local files using the Model Context Protocol (MCP).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "file-system-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "tannistha12/file-system-mcp-server"
      ]
    }
  }
}