MCP.so
登录
I

Icon Mcp

@agentic-ph

关于 Icon Mcp

A powerful Model Context Protocol (MCP) server that provides unified search capabilities across multiple icon libraries with fuzzy search, intelligent caching, and comprehensive filtering options.

基本信息

分类

其他

传输方式

stdio

发布者

agentic-ph

提交者

John Dave Decano

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "icon-search": {
      "command": "npx",
      "args": [
        "icon-mcp"
      ],
      "env": {
        "CACHE_TTL": "300000",
        "DEFAULT_SEARCH_LIMIT": "50",
        "LOG_LEVEL": "info"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Icon Mcp?

Icon Mcp is a Model Context Protocol (MCP) server that provides unified search across multiple icon libraries with fuzzy search, intelligent caching, and comprehensive filtering options. It is designed for developers integrating icon search into MCP‑compatible clients like Claude Desktop and VS Code.

How to use Icon Mcp?

Install globally via npm install -g icon-mcp, build the icon index with npm run build-icons, then start the server with npm start. Configure the server in your MCP client’s JSON (e.g., claude_desktop_config.json) by setting the command to npx icon-mcp and optionally customizing environment variables like CACHE_TTL or FUZZY_THRESHOLD.

Key features of Icon Mcp

  • Multi‑library search across Bootstrap Icons, Feather, Octicons, and Tabler Icons
  • Fuzzy search with typo tolerance using Fuse.js
  • Intelligent caching with configurable TTL and LRU eviction
  • Filtering by library, style, category, and tags
  • NPM package integration for automatic icon library management
  • Full TypeScript type safety and excellent developer experience

Use cases of Icon Mcp

  • Quickly find icons by name across multiple libraries during UI development
  • Integrate icon search into AI‑powered code assistants or chat tools
  • Build custom icon pickers with fuzzy matching and category filtering
  • Automate icon discovery for design‑to‑code workflows

FAQ from Icon Mcp

Which icon libraries are supported?

Bootstrap Icons, Feather, Octicons, and Tabler Icons are supported out of the box. Additional libraries can be added via the provider system.

How do I add a custom icon library?

Add the library as an NPM dependency, create a provider class extending BaseNpmProvider, register it in the provider index, and rebuild the icon index with npm run build-icons.

How can I configure caching behavior?

Set the CACHE_TTL (default 300 000 ms) and CACHE_MAX_SIZE (default 1000) environment variables in your MCP client configuration.

What MCP tools are available?

The server exposes search_icons, get_icon, list_libraries, get_library_info, and search_by_category tools. search_icons supports parameters like query, libraries, fuzzy, limit, and threshold.

How do I verify the connection is working?

After configuration, check that the server appears in your client’s server list, test the list_libraries tool, and look for connection messages in the logs.

评论

其他 分类下的更多 MCP 服务器