lucide (MCP Server)

GitHub

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.

Claude Desktop Configuration

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

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