โœ‚๏ธ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!

RAW Config

Claude Desktop Configuration

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

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