โ๏ธ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"knip": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-knip"
]
}
}
}