Skip to main content
Glama

Lucide Icons MCP

search_icons

Find and retrieve icons from Lucide by name or category using partial matching, with optional filters and result limits for precise searches.

Instructions

Search for icons from lucide by name or category using partial matching

Input Schema

NameRequiredDescriptionDefault
categoryNocategory to filter by (optional)
limitNoMax results to return
queryYesSearch term for icon name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "category to filter by (optional)", "type": "string" }, "limit": { "default": 20, "description": "Max results to return", "maximum": 300, "minimum": 1, "type": "number" }, "query": { "description": "Search term for icon name", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Lucide Icons MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SeeYangZhi/lucide-icons-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server