Search icons directly from Claude Desktop or Claude Code using the MCP (Model Context Protocol) server.
The MCP server is published as an npm package. No local installation needed — npx runs it on demand.
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"fluentui-icons": {
"command": "npx",
"args": ["-y", "@keenmate/fluentui-icons-mcp"]
}
}
}
Add the MCP server to your Claude Code settings:
claude mcp add fluentui-icons -- npx -y @keenmate/fluentui-icons-mcp
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.
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"