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.

コメント

「その他」の他のコンテンツ