- Remix Icon MCP
Remix Icon MCP
Content
Remix Icon MCP 
English | 简体中文
A powerful icon search and recommendation service built on Cloudflare Workers, providing intelligent icon discovery through advanced semantic matching algorithms.
Features
- Smart Icon Search: Find icons based on natural language descriptions using multiple similarity algorithms
- Multi-language Support: Optimized for both English and Chinese text input
- Category Management: Browse and search icons by categories
- Advanced Matching: Uses multiple algorithms for better search results:
- Jaccard Similarity
- N-gram Matching
- Category Matching
- Exact Matching
- Levenshtein Distance
- Name Matching
- Tag-based Matching
- Inverted Index: Fast preliminary search using an inverted index
- Caching: LRU caching for improved performance
API Endpoints
Find Icons
findIcons(description: string): ResponseContent[]
Finds icons based on user description, returns top 5 recommendations with similarity scores.
Get Icon Categories
getIconCategories(): ResponseContent[]
Returns a list of all available icon categories.
Find Icons by Category
findIconsByCategory(description: string, category: string): ResponseContent[]
Searches for icons within a specific category based on description, returns top 5 recommendations.
Project Structure
.
├── src/ # Source code directory
│ ├── index.ts # Main entry point
│ ├── data/ # Data files including icon catalog
│ ├── domain/ # Domain models and services
│ │ ├── icon/ # Icon domain models
│ │ └── search/ # Search functionality
│ ├── infrastructure/ # Infrastructure components
│ │ ├── logging/ # Logging utilities
│ │ └── result/ # Result handling
│ └── utils/ # Utility functions
│ ├── similarity/ # Similarity calculation algorithms
│ └── text/ # Text processing utilities
├── tests/ # Test files
│ ├── integration/ # Integration tests
│ └── unit/ # Unit tests
└── wrangler.jsonc # Cloudflare Workers configuration
Technical Details
- Built on Cloudflare Workers platform
- Uses LRU caching for performance optimization
- Implements weighted multi-algorithm similarity scoring
- Supports both character and word-level matching for Chinese text
- Configurable similarity thresholds and weights
- Uses inverted index for faster preliminary search
Performance Optimization
- Implements caching with LRU (Least Recently Used) strategy
- Maximum cache size: 2000 entries
- Minimum score threshold: 0.08
- Optimized similarity calculations for both English and Chinese text
- Two-tier search strategy: inverted index for fast preliminary results, followed by detailed scoring
Response Format
All endpoints return responses in the following format:
interface ResponseContent {
type: 'text';
text: string;
}
Development
This project is built using TypeScript and Cloudflare Workers. The main functionality is implemented in the RemixIconMCP class which extends WorkerEntrypoint.
Setup and Deployment
# Install dependencies
npm install
# Run development server
npm run dev
# Deploy to Cloudflare Workers
npm run deploy
# Run tests
npm run test
License
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Playwright McpPlaywright MCP server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
WindsurfThe new purpose-built IDE to harness magic
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
CursorThe AI Code Editor
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Serper MCP ServerA Serper MCP Server
Tavily Mcp
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.