# gokcehan/lf | Model Context Protocol (MCP) Server > Terminal file manager - **Stars**: ⭐ 9,380 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "lf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lf" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "lf": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lf" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-lf` - **Docker**: `docker run -i --rm mcp/lf`