React Icons MCP Server
@anshuopinion
About React Icons MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"react-icons-mcp": {
"command": "npx",
"args": [
"react-icons-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is React Icons MCP Server?
A Model Context Protocol (MCP) server that enables AI coding tools to access and understand the React Icons library, which includes icons from multiple icon sets like Font Awesome, Material Design, and Bootstrap.
How to use React Icons MCP Server?
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.
Key features of React Icons MCP Server
- 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
Use cases of React Icons MCP Server
- AI assistant suggests the right icon for a React component
- Developer searches across multiple icon libraries from within an IDE
- AI tool provides import statements and usage snippets automatically
- Developer gets details on icon variants and library origins
- AI-powered coding assistants integrate icon lookup into chat workflows
FAQ from React Icons MCP Server
Which AI tools can use this server?
It works with Cursor, Windsurf, Cline, and other AI-powered coding assistants that support the Model Context Protocol.
How do I switch between HTTP and stdio mode?
Run with no flag for HTTP mode (default port 3334), or add --stdio for direct integration with AI tools via standard input/output.
What runtime or dependencies are required?
Node.js and npm. The server can be installed globally with npm install -g react-icons-mcp or run on demand with npx.
What tools does the server expose to AI assistants?
Five tools: get_icon_libraries, search_icons, get_library_icons, get_icon_details, and get_icon_usage_examples.
Does the server require authentication or an API key?
—
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments