# sharkdp/fd | Model Context Protocol (MCP) Server > A simple, fast and user-friendly alternative to 'find' - **Stars**: ⭐ 44,057 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fd" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fd" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fd` - **Docker**: `docker run -i --rm mcp/fd`