Skip to main content
Glama

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 来访问浏览器中的调试工具。

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

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
    MIT License
  • -
    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 -
    17
    3
    MIT License
  • -
    security
    F
    license
    -
    quality
    A comprehensive Model Context Protocol (MCP) server implementing the latest MCP specification with tools, resources, prompts, and enhanced sampling capabilities that features HackerNews and GitHub API integrations for AI-powered analysis.
    Last updated -
    335

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