@keenmate/fluentui-icons-mcp
v1.0.0
Published
MCP server for searching FluentUI icons - use with Claude Desktop, Claude Code, or any MCP client
Downloads
179
Readme
FluentUI Icons MCP Server
An MCP (Model Context Protocol) server that provides FluentUI icon search capabilities to AI assistants like Claude.
Features
- search_icons - Search for icons by name, with optional style and size filters
- get_icon_svg - Fetch the raw SVG content of a specific icon
- api-docs - Resource providing API documentation
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"fluentui-icons": {
"command": "npx",
"args": ["@keenmate/fluentui-icons-mcp"]
}
}
}Claude Code
Add to your MCP settings (via /mcp command or settings file):
{
"mcpServers": {
"fluentui-icons": {
"command": "npx",
"args": ["@keenmate/fluentui-icons-mcp"]
}
}
}Then restart Claude and you're ready to go!
Environment Variables
FLUENTUI_ICONS_API- API base URL (default:https://fluentui-icons.keenmate.dev)
Example Queries
Once connected, you can ask Claude:
- "Find me a calendar icon"
- "Search for arrow icons in filled style"
- "Get the SVG for a 24px pen icon"
- "Find icons related to user or person"
Development
npm run dev # Watch mode
npm run build # Build for production
npm start # Run the serverLicense
MIT
