Skip to main content
Glama

PickAPIcon MCP

by Leee62

get_icons_by_desc_and_prefix

Retrieve SVG icons by specifying a description and optional prefix using the Iconify API. Ideal for FE/UI designers seeking quick access to icons without manual searches.

Instructions

get icons by desc and prefix (LIKE AS ant-design)

Input Schema

NameRequiredDescriptionDefault
descYesdesc of icon, only English
prefixNoicon prefix, default env.PREFIX

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "desc": { "description": "desc of icon, only English", "type": "string" }, "prefix": { "description": "icon prefix, default env.PREFIX", "type": "string" } }, "required": [ "desc" ], "type": "object" }
Install Server

Other Tools from PickAPIcon 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/Leee62/pickapicon-mcp'

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