Model Context Protocol (MCP) server configuration and tool manifest for nvim-tree/nvim-tree.lua
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nvim-tree.lua": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nvim-tree.lua"
]
}
}
}