MCP.so
登录

React Icons MCP Server

@anshuopinion

关于 React Icons MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

anshuopinion

提交者

Anshu Opinion

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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?

评论

其他 分类下的更多 MCP 服务器