Skip to main content
Glama

PickAPIcon MCP

by Leee62

icono de selección-mcp

logo

Descripción

Este es un mcp para FE/UI/Designer para obtener SVG mediante la API de Iconify.

Al usar pickapicon-mcp, solo necesita pedirle a LLM que obtenga lo que necesita en lugar de ir al sitio web para buscar SVG y copiar estúpidamente.

Puede simplificar su flujo de trabajo para obtener SVG, bailando con MCP y LLM 😎.

👉👉 Sitio web de Icon Repo Iconify 👈👈

Herramientas

  • obtener_repositorios_de_iconos
    • Obtener todos los nombres de los repositorios, para otras herramientas parámetro <prefix>
  • obtener_iconos_por_descripcion_y_prefijo
    • Obtenga íconos ingresando la descripción que desea y el prefijo
    • entradas:
      • desc: describe lo que quieras
      • prefijo?: prefijo
  • obtener_detalle_del_icono_por_prefijo_y_nombre
    • Obtener detalles del ícono (código SVG) por prefijo y nombre SVG
    • entradas:
      • nombre_svg: nombre del archivo SVG
      • prefijo?: prefijo

Inicio rápido

Instalación mediante herrería

Para instalar Pickapicon MCP para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @Leee62/pickapicon-mcp --client claude

Esta es la configuración del servidor MCP

"mcpServers": { "pickapicon-mcp": { "type": "stdio", "command": "npx", "args": [ "-y", "pickapicon-mcp@latest" ], "env": { "PREFIX": "<LIKE ant-design>" } } }

Caso

  • Obtenga rápidamente archivos SVG sobre COMPONENTE/PÁGINAcaso2
  • Obtenga SVG con color de diseño modernocaso1

Licencia

Instituto Tecnológico de Massachusetts (MIT)

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Servidor MCP que permite a los diseñadores de FE/UI recuperar íconos SVG a través de la API de Iconify simplemente preguntando a los LLM en lugar de buscar manualmente en los sitios web.

  1. Descripción
    1. Herramientas
      1. Inicio rápido
        1. Instalación mediante herrería
      2. Caso
        1. Licencia

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Enables vector similarity search and serving of Svelte documentation via the MCP protocol, with support for local caching and multiple llms.txt documentation formats.
            Last updated -
            2
            472
            78
            TypeScript
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            MCP server enabling LLMs to perform browser tasks via SSE transport, allowing clients like Cursor.ai and Claude to open websites and interact with web content through natural language commands.
            Last updated -
            • Apple
          • -
            security
            A
            license
            -
            quality
            A search service based on multiple image APIs and icon generation capabilities, specifically designed for integration with Cursor MCP service. Supports image search, download, and AI-generated icons.
            Last updated -
            2
            Python
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that converts SVG code to PNG images, offering two conversion methods (CairoSVG and Inkscape) with support for custom working directories.
            Last updated -
            1
            Python
            • Linux
            • Apple

          View all related MCP servers

          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