Skip to main content
Glama

PickAPIcon MCP

by Leee62

ピカピコン-mcp

ロゴ

説明

これは、Iconify API を使用して SVG を取得するための FE/UI/デザイナー向けの MCP です。

pickapicon-mcp を使用すると、Web サイトにアクセスして svg を探して愚かにコピーするのではなく、LLM に必要なものを取得するように依頼するだけで済みます。

MCP と LLM を駆使して、SVG を取得するためのワークフローを簡素化できます😎。

👉👉 アイコンリポジトリウェブサイトIconify 👈👈

ツール

  • get_icon_repos
    • すべてのリポジトリ名を取得します。他のツールの場合はパラメータ<prefix>を使用します。
  • get_icons_by_desc_and_prefix
    • 欲しいものの説明とプレフィックスを入力してアイコンを取得します
    • 入力:
      • desc: 欲しいものを説明する
      • 接頭辞?: 接頭辞
  • プレフィックスと名前でアイコンの詳細を取得
    • プレフィックスとSVG名でアイコンの詳細(SVGコード)を取得する
    • 入力:
      • svg_name: svg名
      • 接頭辞?: 接頭辞

クイックスタート

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Pickapicon MCP を自動的にインストールするには:

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

これはMCPサーバー構成です

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

場合

  • COMPONENT / PAGE に関する svg を素早く取得するケース2
  • モダンデザインカラーでSVGを取得ケース1

ライセンス

マサチューセッツ工科大学

-
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.

FE/UI/デザイナーが、Web サイトを手動で検索するのではなく、LLM に問い合わせるだけで、Iconify API 経由で SVG アイコンを取得できるようにする MCP サーバー。

  1. 説明
    1. ツール
      1. クイックスタート
        1. Smithery経由でインストール
      2. 場合
        1. ライセンス

          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