anshuopinion/react-icons-mcp
If you are the rightful owner of react-icons-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for React Icons integration, enabling AI coding tools to access and understand the React Icons library.
The React Icons MCP Server is designed to facilitate the integration of the React Icons library with AI-powered coding assistants. By leveraging the Model Context Protocol, this server allows tools like Cursor, Windsurf, and Cline to access detailed information about the React Icons library, enhancing their ability to provide coding assistance. React Icons is a widely-used library that aggregates icons from various popular icon sets, making it easier for developers to incorporate icons into their React applications. The MCP server provides functionalities such as retrieving information about available icon libraries, searching for specific icons, and offering usage examples, thereby streamlining the development process for React applications.
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
Tools
get_icon_libraries
Get information about all available icon libraries
search_icons
Search for icons by name or category
get_library_icons
Get all icons from a specific library
get_icon_details
Get detailed information about a specific icon
get_icon_usage_examples
Get code examples for using React Icons