This project, lucide-react-mcp, is a Model Context Protocol (MCP) server built with Bun and the MCP TypeScript SDK. It exposes Lucide React icons as resources and tools, enabling LLMs and agentic appl…
| Tool name | Description | Destructive? |
|---|---|---|
| search_icons | ✓ no | |
| search_categories | ✓ no | |
| fuzzy_search_icons | ✓ no | |
| fuzzy_search_categories | ✓ no | |
| get_icon_usage_examples | ✓ no |
| list_all_icons_by_category | ✓ no | |
| list_all_categories | ✓ no |
{
"mcpServers": {
"lucide-icons": {
"command": "npx",
"args": [
"-y",
"lucide-icons-mcp"
]
}
}
}