Skip to main content
Glama

heroicons-mcp

search_icons

Find icons by name or category from Heroicons library. Filter results by style (solid or outline) and set a limit for the number of icons returned.

Instructions

Search for icons from heroicons by name or category

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory to filter by (optional)
limitNoMax results to return
queryYesSearch term for icon name or category
styleNoIcon style: solid or outline

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": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search term for icon name or category", "type": "string" }, "style": { "description": "Icon style: solid or outline", "enum": [ "solid", "outline" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from heroicons-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/heroicons-mcp'

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