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