fsext-mcp-server-python

kurtzhi/fsext-mcp-server-python
★ 0 stars Python 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-pyt": {
      "command": "uvx",
      "args": [
        "fsext-mcp-server-python"
      ]
    }
  }
}

Or install with pip: pip install fsext-mcp-server-python