Skip to main content
Glama
curlymolelabs

supericons

Supericons 代理插件

面向 AI 编码代理的语义化 SVG 图标搜索。

Supericons 帮助代理通过含义(而非仅仅通过文件名)来查找图标。使用它可以搜索 20,000 多个免费图标、检索 SVG 代码,并为应用导航、仪表板、工具和产品 UI 推荐图标集。

快速安装

在任何支持 MCP 的编码代理中使用此配置:

{
  "mcpServers": {
    "supericons": {
      "command": "npx",
      "args": ["-y", "supericons-mcp"]
    }
  }
}

IDE 设置字段

如果您的 IDE 显示的是表单而不是 JSON 文件,请输入:

Name: supericons
Transport: stdio
Command: npx
Arguments:
-y
supericons-mcp

如果您的 IDE 只有一个参数字段,请输入:

-y supericons-mcp

免费图标搜索请将环境变量留空。

专业版设置

如需高级图标或专业工具,请添加此环境变量:

SUPERICONS_API_KEY=your_api_key_here

请勿将 API 密钥粘贴到公开的问题、截图或共享配置文件中。

托管的 MCP 端点

托管端点:

https://mcp.supericons.dev/mcp

服务器卡片:

https://mcp.supericons.dev/.well-known/mcp/server-card.json

可用工具

search_icons : 通过含义、标签、视觉描述、标签和同义词搜索免费图标库。

recommend_icons : 为 UI 插槽(如仪表板导航、应用标签页、设置面板或产品功能)推荐图标。

get_icon : 通过图标 ID 和库检索单个 SVG 图标。

list_libraries : 列出可通过 Supericons MCP 使用的免费图标库。

示例提示词

Use Supericons MCP to find a database icon. Prefer Lucide outline icons and show the icon id, library, and SVG.
Use Supericons MCP to recommend icons for an AI dashboard sidebar. The slots are model, prompt, dataset, evaluation, deployment, and monitoring. Prefer Lucide outline icons.

链接

公共仓库范围

本仓库仅为代理目录和 IDE 用户提供轻量级的设置包装器。它不包含私有的 Supericons 网站源代码、完整的语义注册表、内部构建工作流、私有数据、服务密钥或高级图标资产。

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/curlymolelabs/supericons'

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