yazi (MCP Server)

GitHub

๐Ÿ’ฅ Blazing fast terminal file manager written in Rust, based on async I/O.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "yazi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-yazi"
      ]
    }
  }
}