FsExt-Mcp-Server

kurtzhi/FsExt-Mcp-Server
★ 0 stars Unknown language Code/Dev Tools Updated today
FsExt-MCP-Server is a feature-rich, secure, and high-performance file system operation server implemented for the Model Context Protocol (MCP). It provides AI clients and MCP integrators with a complete set of file system, image processing, and OCR capabilities through standardized MCP tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fsext-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kurtzhi/FsExt-Mcp-Server"
      ]
    }
  }
}