Cover image
Try Now
2025-03-01

3 years

Works with Finder

1

Github Watches

0

Github Forks

3

Github Stars

Remix Icon MCP

Twitter Follow

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

MIT License

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://tovuti.be
  • Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocolo del conector de mensajes )服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 支持员工信息查询和消息发送等功能。 支持员工信息查询和消息发送等功能。

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

    Reviews

    1 (1)
    Avatar
    user_WzY3lMW9
    2025-04-18

    I've been using mcp-server-remix-icon and I'm thoroughly impressed with its performance. This tool, developed by FradSer, offers a seamless integration for managing server icons. The GitHub repository provides clear documentation and the setup is straightforward. Highly recommended for anyone looking for an efficient solution in server icon management! Check it out at https://github.com/FradSer/mcp-server-remix-icon.