Skip to main content
Glama

hugeicons-mcp

by hugeicons

Hugeicons MCP 서버

Hugeicons 통합 및 문서화를 위한 MCP 서버

이는 Hugeicons를 다양한 플랫폼에 통합하는 데 필요한 도구와 리소스를 제공하는 TypeScript 기반 MCP 서버입니다. AI 비서가 Hugeicons 사용에 대한 정확한 안내를 제공할 수 있도록 지원하는 모델 컨텍스트 프로토콜(MCP) 서버를 구현합니다.

특징

도구

  • list_icons - 사용 가능한 모든 Hugeicons 아이콘 목록을 가져옵니다.
  • search_icons - 이름이나 태그로 아이콘 검색
  • get_platform_usage - Hugeicons에 대한 플랫폼별 사용 지침을 가져옵니다.

자원

플랫폼 문서(마크다운 형식):

  • hugeicons://docs/platforms/react - React 통합 가이드
  • hugeicons://docs/platforms/vue - Vue 통합 가이드
  • hugeicons://docs/platforms/angular - Angular 통합 가이드
  • hugeicons://docs/platforms/svelte - Svelte 통합 가이드
  • hugeicons://docs/platforms/react-native - React Native 통합 가이드
  • hugeicons://docs/platforms/flutter - Flutter 통합 가이드

아이콘 데이터:

  • hugeicons://icons/index - 모든 Hugeicons의 전체 인덱스(JSON 형식)

기능성

이 서버는 다음을 포함하여 포괄적인 Hugeicons 통합 지원을 제공합니다.

  • 아이콘 발견 및 검색
  • 플랫폼별 설치 가이드
  • 코드 조각을 사용한 사용 예
  • 컴포넌트 속성 문서
  • 패키지 설치 지침

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Hugeicons MCP Server를 자동으로 설치하려면:

npx -y @smithery/cli install @hugeicons/mcp-server --client claude

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "hugeicons": { "command": "npx", "args": [ "-y", "@hugeicons/mcp-server" ] } } }

args 배열은 다음을 지정합니다.

  1. -y : npx 프롬프트에 자동으로 "예"라고 대답합니다.
  2. 패키지 이름: @hugeicons/mcp-server

빠른 시작

npx를 사용하여 서버를 직접 실행할 수도 있습니다.

npx @hugeicons/mcp-server

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Hugeicons 통합 및 문서화를 위한 MCP 서버

다양한 플랫폼에 Hugeicons를 통합하기 위한 도구와 리소스를 제공하는 TypeScript 기반 MCP 서버입니다. AI 비서가 Hugeicons 사용에 대한 정확한 안내를 제공할 수 있도록 지원하는 모델 컨텍스트 프로토콜(MCP) 서버를 구현합니다.

  1. 특징
    1. 도구
    2. 자원
    3. 기능성
  2. 개발
    1. 설치
      1. Smithery를 통해 설치
      2. 빠른 시작
      3. 디버깅

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A TypeScript-based MCP server that enables AI assistants to interact with Gyazo images using the Model Context Protocol, providing access to image URIs, metadata, and OCR data via the Gyazo API.
      Last updated -
      12
      19
      TypeScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      A TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.
      Last updated -
      2
      645
      4
      JavaScript
    • A
      security
      F
      license
      A
      quality
      Model Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.
      Last updated -
      10
      104
      21
      JavaScript
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
      Last updated -
      39
      28
      • 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/hugeicons/mcp-server'

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