Skip to main content
Glama

PickAPIcon MCP

by Leee62

get_icons_by_desc_and_prefix

Retrieve SVG icons using descriptions and prefixes from the Iconify API. Designed for FE/UI designers to simplify icon searches without manual website browsing.

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" }

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