MCP.so
登录

Remix Icon MCP

@FradSer

关于 Remix Icon MCP

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

FradSer

配置

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

{
  "mcpServers": {
    "mcp-server-remix-icon": {
      "command": "npx",
      "args": [
        "remixicon-mcp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Remix Icon MCP?

A lightweight MCP server that maps icon-focused keywords to Remix Icon metadata. It provides the top 5 matching icon names and metadata, powered by FlexSearch local search. Designed for developers using MCP clients like Claude Desktop, Claude Code, and Codex.

How to use Remix Icon MCP?

Install globally with npm install -g remixicon-mcp or run via npx remixicon-mcp. Configure in your MCP client (e.g., Claude Desktop config or Claude Code CLI). Use the search_icons tool with a comma-separated keywords string (max 20 keywords).

Key features of Remix Icon MCP

  • Smart keyword input (up to 20 comma-separated keywords)
  • Fixed top‑5 most relevant icon results
  • FlexSearch‑backed document index for fast local search
  • Clean architecture with isolated domain, application, and infrastructure layers
  • CLI ready: standalone execution via npx or global install
  • LLM‑ready responses with ranked candidates and guidance

Use cases of Remix Icon MCP

  • Searching Remix Icons for UI design or prototyping
  • Integrating icon lookup into AI coding assistants (Claude Desktop, Claude Code)
  • Automating icon selection in development workflows
  • Building tools that require structured, ranked icon metadata

FAQ from Remix Icon MCP

What input format does the server accept?

A comma-separated list of up to 20 keywords. Natural-language sentences are rejected for optimal search quality.

How many icons are returned per search?

Exactly five icons, providing focused, actionable results.

What search technology is used?

FlexSearch v0.8’s document index, with field weights for names, tags, usage, and categories.

Can I run it without an MCP client?

Yes, as a standalone CLI tool using npx remixicon-mcp or the globally installed remixicon-mcp command.

Which MCP clients are supported?

Claude Desktop, Claude Code (via marketplace plugin or manual setup), and Codex.

评论

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