# webpro-nl/knip | Model Context Protocol (MCP) Server > ✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it! - **Stars**: ⭐ 11,879 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "knip": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-knip" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "knip": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-knip" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-knip` - **Docker**: `docker run -i --rm mcp/knip`