MCP Server

Search icons directly from Claude Desktop or Claude Code using the MCP (Model Context Protocol) server.

Installation

The MCP server is published as an npm package. No local installation needed — npx runs it on demand.

npm: @keenmate/fluentui-icons-mcp

Claude Desktop

Add this to your Claude Desktop configuration file:

{
  "mcpServers": {
    "fluentui-icons": {
      "command": "npx",
      "args": ["-y", "@keenmate/fluentui-icons-mcp"]
    }
  }
}

Claude Code

Add the MCP server to your Claude Code settings:

claude mcp add fluentui-icons -- npx -y @keenmate/fluentui-icons-mcp

Available Tools

search_icons

Search icons by name. Filter by style and size. Returns icon names, styles, sizes, and SVG URLs.

get_icon_svg

Fetch the raw SVG content of a specific icon. Useful for embedding icons directly.

Usage Example

Once configured, ask Claude:

"Find me a calendar icon in regular style, 24px"

"Search for arrow icons available in the filled style"

"Get the SVG for the Add icon"