file_mcp_server

SohailShabbir867/file_mcp_server
★ 0 stars TypeScript File System Updated today
The file mcp server to through which ai can access the desktop folders and files and perform the crud operation
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_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "SohailShabbir867/file_mcp_server"
      ]
    }
  }
}