React Icons MCP Server

by anshuopinion

253 downloads
Not rated
GitHub

About

# React Icons MCP Server A Model Context Protocol (MCP) server for React Icons integration. This server enables AI coding tools like Cursor, Windsurf, Cline, and other AI-powered coding assistants to access and understand the React Icons library. ## What is React Icons? [React…

Details

Author
anshuopinion
Downloads
253
Categories
Other

- Get information about all available icon libraries
- Search for icons by name or category
- Retrieve all icons from a specific library
- Get detailed information about a specific icon
- Get code examples for using React Icons

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name React Icons MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally via npm install -g react-icons-mcp or run with npx react-icons-mcp. Configure it in your AI tool's MCP settings using the provided JSON for macOS/Linux or Windows. Run in HTTP mode (default port 3334), stdio mode with --stdio, or on a custom port with --port.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "react icons mcp server": {
            "react-icons-mcp": {
                "command": "npx",
                "args": [
                    "react-icons-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "react-icons-mcp": {
        "command": "npx",
        "args": [
            "react-icons-mcp"
        ]
    }
}

React Icons MCP Server

A Model Context Protocol (MCP) server for React Icons integration. This server enables AI coding tools like Cursor, Windsurf, Cline, and other AI-powered coding assistants to access and understand the React Icons library.

What is React Icons?

React Icons is a popular library that includes icons from multiple icon sets like Font Awesome, Material Design, Bootstrap, and many more. It allows easy integration of icons into React applications using ES6 imports.

What is MCP?

The Model Context Protocol is a standard for AI tools to request specific context from sources outside their main training data. This MCP server allows AI coding assistants to access information about React Icons to provide better coding assistance.

Features

- Get information about all icon libraries available in react-icons
- Search for icons by name across all libraries or within a specific library
- Retrieve all icons from a specific library
- Get detailed information about specific icons
- Get usage examples for icons in different React contexts

Getting Started

Installation

```bash
npm install -g react-icons-mcp

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.