Skip to main content
Glama

hugeicons-mcp

by hugeicons

Hugeicons MCP 服务器

用于 Hugeicons 集成和文档的 MCP 服务器

这是一个基于 TypeScript 的 MCP 服务器,提供将 Hugeicons 集成到各种平台的工具和资源。它实现了一个模型上下文协议 (MCP) 服务器,帮助 AI 助手提供 Hugeicons 的精准使用指导。

特征

工具

  • list_icons - 获取所有可用的 Hugeicons 图标列表
  • search_icons - 按名称或标签搜索图标
  • get_platform_usage - 获取 Hugeicons 平台特定的使用说明

资源

平台文档(Markdown格式):

  • 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 集成支持,包括:

  • 图标发现和搜索
  • 特定平台的安装指南
  • 带有代码片段的用法示例
  • 组件 props 文档
  • 软件包安装说明

发展

安装依赖项:

npm install

构建服务器:

npm run build

对于使用自动重建的开发:

npm run watch

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Hugeicons MCP 服务器:

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 服务器

这是一个基于 TypeScript 的 MCP 服务器,提供将 Hugeicons 集成到各种平台的工具和资源。它实现了一个模型上下文协议 (MCP) 服务器,帮助 AI 助手提供 Hugeicons 的精准使用指导。

  1. 特征
    1. 工具
    2. 资源
    3. 功能
  2. 发展
    1. 安装
      1. 通过 Smithery 安装
      2. 快速入门
      3. 调试

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
      Last updated -
      2
      4
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A MCP Server used to collect MCP Servers over the internet.
      Last updated -
      3
      18
      Python
      • Apple
    • -
      security
      A
      license
      -
      quality
      MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
      Last updated -
      2
      3
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      A hub server that connects to and manages other MCP (Model Context Protocol) servers.
      Last updated -
      7
      687
      33
      TypeScript
      MIT License

    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